fpp/compiler/tools/fpp-to-cpp/test/component/include/overflow_commands.fppi
2024-08-08 13:27:03 -07:00

8 lines
209 B
Plaintext

@ A command with queue full 'hook' behavior
async command CMD_HOOK hook
@ A command with params, priority, and queue full 'hook' behavior
async command CMD_PARAMS_PRIORITY_HOOK(
u32: U32
) priority 30 hook