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: MaximTinyTester CmdLine MAX541 MAX5715 USBDevice
Diff: main.cpp
- Revision:
- 19:dbd1f2315958
- Parent:
- 18:14afc2a2150f
- Child:
- 20:92879f9c138d
--- a/main.cpp Thu Jul 18 18:37:55 2019 -0700 +++ b/main.cpp Tue Aug 13 23:23:55 2019 +0000 @@ -6564,7 +6564,8 @@ cmdLine_serial.clear(); //~ cmdLine_serial.serial().printf("\r\n cmdLine_serial.serial().printf test\r\n"); cmdLine_serial.onEOLcommandParser = main_menu_onEOLcommandParser; - /// @todo CmdLine::set_immediate_handler(char, functionPointer_void_void_on_immediate_0x21); + cmdLine_serial.diagnostic_led_EOF = diagnostic_led_EOF; + /// CmdLine::set_immediate_handler(char, functionPointer_void_void_on_immediate_0x21); cmdLine_serial.on_immediate_0x21 = on_immediate_0x21; cmdLine_serial.on_immediate_0x7b = on_immediate_0x7b; cmdLine_serial.on_immediate_0x7d = on_immediate_0x7d;