mirror of
https://github.com/lumapu/ahoy.git
synced 2025-07-27 05:07:18 +02:00
0.7.61
This commit is contained in:
parent
bd20eba709
commit
c1cb62685d
4 changed files with 12 additions and 12 deletions
|
@ -85,7 +85,7 @@ class CommandAbstract {
|
|||
};
|
||||
virtual ~CommandAbstract() {};
|
||||
|
||||
const uint8_t getCmd() {
|
||||
uint8_t getCmd() const {
|
||||
return _Cmd;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue