mirror of
https://github.com/lumapu/ahoy.git
synced 2025-05-22 21:36:11 +02:00
MI - some small fixes (#5)
This commit is contained in:
parent
6fc2f2dde3
commit
0535117a47
3 changed files with 40 additions and 25 deletions
|
@ -157,7 +157,8 @@ class Inverter {
|
|||
}
|
||||
|
||||
void clearCmdQueue() {
|
||||
DPRINTLN(DBG_INFO, F("clearCmdQueue"));
|
||||
DPRINTHEAD(DBG_INFO, id);
|
||||
DBGPRINTLN_TXT(TXT_CLRQUE);
|
||||
while (!_commandQueue.empty()) {
|
||||
// Will destroy CommandAbstract Class Object (?)
|
||||
_commandQueue.pop();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue