mbed library sources. Supersedes mbed-src.

Fork of mbed-dev by mbed official

Files at this revision

API Documentation at this revision

Comitter:
mbed_official
Date:
Tue Dec 22 16:30:13 2015 +0000
Parent:
39:64ed51eaeb3a
Child:
41:dfc7461ac1b6
Commit message:
Synchronized with git revision f6adbf74dcb911e6f68ecb793ca762bd7be444a0

Full URL: https://github.com/mbedmicro/mbed/commit/f6adbf74dcb911e6f68ecb793ca762bd7be444a0/

Fix nRF51 baud table size

Changed in this revision

targets/hal/TARGET_NORDIC/TARGET_MCU_NRF51822/serial_api.c Show annotated file Show diff for this revision Revisions of this file
--- a/targets/hal/TARGET_NORDIC/TARGET_MCU_NRF51822/serial_api.c	Sat Dec 19 00:15:10 2015 +0000
+++ b/targets/hal/TARGET_NORDIC/TARGET_MCU_NRF51822/serial_api.c	Tue Dec 22 16:30:13 2015 +0000
@@ -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},