This commit is contained in:
lumapu 2023-10-01 00:48:51 +02:00
parent bd20eba709
commit c1cb62685d
4 changed files with 12 additions and 12 deletions

View file

@ -85,7 +85,7 @@ class CommandAbstract {
};
virtual ~CommandAbstract() {};
const uint8_t getCmd() {
uint8_t getCmd() const {
return _Cmd;
}