Skip to content

Commit f6adbf7

Browse files
committed
Merge pull request #1479 from c1728p9/fix_baud_table
Fix nRF51 baud table size
2 parents a8616dc + e825431 commit f6adbf7

File tree

1 file changed

+1
-1
lines changed
  • libraries/mbed/targets/hal/TARGET_NORDIC/TARGET_MCU_NRF51822

1 file changed

+1
-1
lines changed

libraries/mbed/targets/hal/TARGET_NORDIC/TARGET_MCU_NRF51822/serial_api.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
static uint32_t serial_irq_ids[UART_NUM] = {0};
3131
static uart_irq_handler irq_handler;
32-
static const int acceptedSpeeds[17][2] = {
32+
static const int acceptedSpeeds[18][2] = {
3333
{1200, UART_BAUDRATE_BAUDRATE_Baud1200},
3434
{2400, UART_BAUDRATE_BAUDRATE_Baud2400},
3535
{4800, UART_BAUDRATE_BAUDRATE_Baud4800},

0 commit comments

Comments
 (0)