STM32: USB: endpoint buffer must be 4-bytes aligned
[bertos.git] / bertos / cpu / cortex-m3 / drv / clock_lm3s.h
index d4322cc21871d7407153065acd0d6cc01eb53fa0..0f93e8ffa73309b59863d49a749a80a5bfe2cf25 100644 (file)
@@ -41,7 +41,8 @@
 /* Crystal frequency attached to the main oscillator. */
 #define XTAL_FREQ      SYSCTL_RCC_XTAL_8MHZ
 
-unsigned long clock_get_rate(void);
-void clock_set_rate(void);
+extern void lm3s_busyWait(unsigned long iterations);
+
+void clock_init(void);
 
 #endif /* DRV_LM3S1968_CLOCK_H */