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
Revision 19:dbd1f2315958, committed 2019-08-13
- Comitter:
- whismanoid
- Date:
- Tue Aug 13 23:23:55 2019 +0000
- Parent:
- 18:14afc2a2150f
- Child:
- 20:92879f9c138d
- Commit message:
- CmdLine optional diagnostic_led_EOF() handler
Changed in this revision
| CmdLine.lib | Show annotated file Show diff for this revision Revisions of this file |
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/CmdLine.lib Thu Jul 18 18:37:55 2019 -0700 +++ b/CmdLine.lib Tue Aug 13 23:23:55 2019 +0000 @@ -1,1 +1,1 @@ -https://os.mbed.com/users/whismanoid/code/CmdLine/#cf3de26aa444 +https://os.mbed.com/users/whismanoid/code/CmdLine/#88e92f832c9a
--- 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;