* Implement clear flags command for profile language.
This commit is contained in:
2021-05-22 12:13:43 +02:00
parent bc5e4c14df
commit 0b1ce8b614
3 changed files with 25 additions and 1 deletions

View File

@@ -32,6 +32,7 @@ enum pl_command_type {
PL_WAIT_FOR_TIME,
PL_LOUDSPEAKER_SET,
PL_OFF,
PL_CLEAR_FLAGS,
_PL_NUM_CMDS,
};