Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbed FastIO FastPWM USBDevice
Diff: cfgVarMsgMap.h
- Revision:
- 51:57eb311faafa
- Parent:
- 40:cc0d9814522b
- Child:
- 52:8298b2a73eb2
--- a/cfgVarMsgMap.h Sat Feb 27 06:41:17 2016 +0000 +++ b/cfgVarMsgMap.h Tue Mar 01 23:21:45 2016 +0000 @@ -151,6 +151,11 @@ } } break; + + case 14: + // Disconnect reboot timeout + v_byte(disconnectRebootTimeout, 2); + break; } }