mirror of https://github.com/ARMmbed/mbed-os.git
commit
f6adbf74dc
|
@ -29,7 +29,7 @@
|
|||
|
||||
static uint32_t serial_irq_ids[UART_NUM] = {0};
|
||||
static uart_irq_handler irq_handler;
|
||||
static const int acceptedSpeeds[17][2] = {
|
||||
static const int acceptedSpeeds[18][2] = {
|
||||
{1200, UART_BAUDRATE_BAUDRATE_Baud1200},
|
||||
{2400, UART_BAUDRATE_BAUDRATE_Baud2400},
|
||||
{4800, UART_BAUDRATE_BAUDRATE_Baud4800},
|
||||
|
|
Loading…
Reference in New Issue