lm3s1968: add a busy wait sleep when enabling or disabling the UART peripheral.
[bertos.git] / bertos / cpu / cortex-m3 / drv / ser_lm3s.c
index 717ffa587499f2fc9de3fff1da8bb45816ca8cb4..b326a058bc9af98b0960275311f497788a0fffa5 100644 (file)
@@ -36,7 +36,6 @@
  */
 
 #include <cfg/macros.h> /* for BV() */
-#include <drv/clock_lm3s.h> /* lm3s_busyWait() */
 #include <drv/gpio_lm3s.h>
 #include <drv/ser_p.h>
 #include <drv/ser.h>