altos/stm32l0: Add LPUART driver
[fw/altos] / src / stm32l0 / ao_serial_stm.c
index a75804e9bd395209633e0aff0c9348d87131a3f0..8fead99ebdcf876426178212771ba5a97d50984b 100644 (file)
@@ -158,7 +158,7 @@ ao_usart_drain(struct ao_stm_usart *usart)
 }
 #endif
 
-static const uint32_t ao_usart_speeds[] = {
+const uint32_t ao_usart_speeds[] = {
        [AO_SERIAL_SPEED_4800] = 4800,
        [AO_SERIAL_SPEED_9600] = 9600,
        [AO_SERIAL_SPEED_19200] = 19200,