LM3S: remove kdebug dependency from serial driver.
[bertos.git] / bertos / cpu / cortex-m3 / drv / ser_lm3s.c
index b326a058bc9af98b0960275311f497788a0fffa5..8de8ce6681f3a88a55e7bb02b4db86800109645c 100644 (file)
@@ -91,12 +91,6 @@ static const struct gpio_uart_info gpio_uart[SER_CNT] =
        },
 };
 
-/* Clear the flags register */
-INLINE void lm3s_uartClear(uint32_t base)
-{
-       HWREG(base + UART_O_FR) = 0;
-}
-
 void lm3s_uartSetBaudRate(uint32_t base, unsigned long baud)
 {
        unsigned long div;