updated length test in writeLockState and fixed last of the compile issues

Committer:
roywant
Date:
Mon Sep 19 00:59:11 2016 +0000
Revision:
0:ed0152b5c495
Initial commit

Who changed what in which revision?

UserRevisionLine numberNew contents of line
roywant 0:ed0152b5c495 1 {
roywant 0:ed0152b5c495 2 "nordic": {
roywant 0:ed0152b5c495 3 "softdevice": "S130"
roywant 0:ed0152b5c495 4 },
roywant 0:ed0152b5c495 5 "nrf51822": {
roywant 0:ed0152b5c495 6 "ram_size": "32K"
roywant 0:ed0152b5c495 7 },
roywant 0:ed0152b5c495 8 "mbed": {
roywant 0:ed0152b5c495 9 "max-filehandles": 4
roywant 0:ed0152b5c495 10 },
roywant 0:ed0152b5c495 11 "platform" : {
roywant 0:ed0152b5c495 12 "reset_button" : "p17",
roywant 0:ed0152b5c495 13 "config_led" : "p13",
roywant 0:ed0152b5c495 14 "shutdown_led" : "p14",
roywant 0:ed0152b5c495 15 "led_off" : 0
roywant 0:ed0152b5c495 16 },
roywant 0:ed0152b5c495 17 "mbedtls": {
roywant 0:ed0152b5c495 18 "user-config-file": "\"source/mbedtls_config.h\""
roywant 0:ed0152b5c495 19 }
roywant 0:ed0152b5c495 20 }