X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=blobdiff_plain;f=src%2Fstm32l0%2Fao_serial_stm.c;fp=src%2Fstm32l0%2Fao_serial_stm.c;h=8fead99ebdcf876426178212771ba5a97d50984b;hp=a75804e9bd395209633e0aff0c9348d87131a3f0;hb=33ea5b3658377cea325db285a3e457724f660384;hpb=980d54134bedb64d506c0702f09b4d5277000848 diff --git a/src/stm32l0/ao_serial_stm.c b/src/stm32l0/ao_serial_stm.c index a75804e9..8fead99e 100644 --- a/src/stm32l0/ao_serial_stm.c +++ b/src/stm32l0/ao_serial_stm.c @@ -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,