firm newest
Dependencies: MTS-Serial libmDot-dev-mbed5-deprecated
Diff: CommandTerminal/CmdAttention.cpp
- Revision:
- 0:3c869a8cb8f8
diff -r 000000000000 -r 3c869a8cb8f8 CommandTerminal/CmdAttention.cpp --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/CommandTerminal/CmdAttention.cpp Thu Oct 18 04:18:48 2018 +0000 @@ -0,0 +1,10 @@ +#include "CmdAttention.h" + +CmdAttention::CmdAttention() : Command("Attention", "AT", "Attention", "NONE") +{ +} + +uint32_t CmdAttention::action(std::vector<std::string> args) { + return 0; +} +