We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a8616dc + e825431 commit f6adbf7Copy full SHA for f6adbf7
libraries/mbed/targets/hal/TARGET_NORDIC/TARGET_MCU_NRF51822/serial_api.c
@@ -29,7 +29,7 @@
29
30
static uint32_t serial_irq_ids[UART_NUM] = {0};
31
static uart_irq_handler irq_handler;
32
-static const int acceptedSpeeds[17][2] = {
+static const int acceptedSpeeds[18][2] = {
33
{1200, UART_BAUDRATE_BAUDRATE_Baud1200},
34
{2400, UART_BAUDRATE_BAUDRATE_Baud2400},
35
{4800, UART_BAUDRATE_BAUDRATE_Baud4800},
0 commit comments