No default image.
[bertos.git] / bertos / cpu / cortex-m3 / drv / kdebug_lm3s.c
index 64afa5ef3fec05cd0b4dc5f4335515ff0bd3e08f..568920ecc713d77926413c187a880693e0dae2d1 100644 (file)
@@ -83,7 +83,7 @@ typedef uint32_t kdbg_irqsave_t;
 INLINE void uart_hw_config(void)
 {
        unsigned long div, baud = CONFIG_KDEBUG_BAUDRATE;
-       bool hi_speed;
+       bool hi_speed = false;
 
        if (baud * 16 > CPU_FREQ)
        {