Rename include/libopenstm32 to include/stm32.

This commit is contained in:
Uwe Hermann
2010-12-30 02:23:51 +01:00
parent 8e084b1517
commit be2ac142d9
72 changed files with 178 additions and 178 deletions
+1 -1
View File
@@ -25,7 +25,7 @@
* TIM_CR1_CMS_CENTRE_3, TIM_CR1_DIR_UP);
*/
#include <libopenstm32/timer.h>
#include <stm32/timer.h>
void timer_set_mode(u32 timer_peripheral, u8 clock_div, u8 alignment,
u8 direction)