with 36errors

Dependencies:   MTS-Serial libxDot-dev-mbed5-deprecated

Fork of Dot-AT-Firmware by MultiTech

CommandTerminal/CmdAttention.cpp

Committer:
Mike Fiore
Date:
2016-11-04
Revision:
14:f9a77400b622
Parent:
1:e52ae6584f1c

File content as of revision 14:f9a77400b622:

#include "CmdAttention.h"

CmdAttention::CmdAttention() : Command("Attention", "AT", "Attention", "NONE")
{
}

uint32_t CmdAttention::action(std::vector<std::string> args) {
    return 0;
}