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: MTS-Serial libmDot-mbed5
Fork of Dot-AT-Firmware by
Diff: CommandTerminal/CmdMacCmd.cpp
- Revision:
- 16:d5cf2af81a6d
- Parent:
- 14:f9a77400b622
diff -r e20116281a78 -r d5cf2af81a6d CommandTerminal/CmdMacCmd.cpp --- a/CommandTerminal/CmdMacCmd.cpp Fri Nov 04 17:04:54 2016 -0500 +++ b/CommandTerminal/CmdMacCmd.cpp Mon Jun 19 14:33:21 2017 -0500 @@ -12,7 +12,7 @@ if (args.size() == 1) { std::vector<uint8_t> cmds = CommandTerminal::Dot()->getMacCommands(); - if (cmds.size() > 1) { + if (cmds.size() > 0) { for (size_t i = 0; i < cmds.size(); i++) { CommandTerminal::Serial()->writef("%02x", cmds[i]); }