lm3s1968-gpio: coding style fixes.
[bertos.git] / bertos / cpu / cortex-m3 / drv / kdebug_lm3s.c
index d7be790a0a59090dcb2205b82774ab5b92e767e2..65c1dccb46512e36ccc917ee349840dccf6355a7 100644 (file)
@@ -128,7 +128,7 @@ INLINE void kdbg_hw_init(void)
        lm3s_busyWait(512);
 
        /* Set GPIO A0 and A1 as UART pins */
-       lm3s_gpio_pin_config(GPIO_PORTA_BASE, BV(0) | BV(1),
+       lm3s_gpioPinConfig(GPIO_PORTA_BASE, BV(0) | BV(1),
                        GPIO_DIR_MODE_HW, GPIO_STRENGTH_2MA, GPIO_PIN_TYPE_STD);
        /* 115.200, 8-bit word, no parity, one stop bit */
        uart_config(UART0_BASE, CONFIG_KDEBUG_BAUDRATE, UART_LCRH_WLEN_8);