Merge pull request #1479 from c1728p9/fix_baud_table

Fix nRF51 baud table size
pull/1481/head
Martin Kojtal 2015-12-22 17:28:10 +01:00
commit f6adbf74dc
1 changed files with 1 additions and 1 deletions

View File

@ -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},