summaryrefslogtreecommitdiff
path: root/pcr-controller/cmd_queue.h
diff options
context:
space:
mode:
authorBernhard Tittelbach <xro@realraum.at>2013-12-11 20:05:40 +0000
committerBernhard Tittelbach <xro@realraum.at>2013-12-11 20:05:40 +0000
commitd1317d01ba705596b86aebbdbdc72dfb21365b02 (patch)
tree48bbc3c5864af81003731b30a06d21caca48afcf /pcr-controller/cmd_queue.h
parentupdate (diff)
json stateless info update, topheater pwm, etc
git-svn-id: https://svn.spreadspace.org/avr/trunk@249 aa12f405-d877-488e-9caf-2d797e2a1cc7
Diffstat (limited to 'pcr-controller/cmd_queue.h')
-rw-r--r--pcr-controller/cmd_queue.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/pcr-controller/cmd_queue.h b/pcr-controller/cmd_queue.h
index d632f43..afa59c2 100644
--- a/pcr-controller/cmd_queue.h
+++ b/pcr-controller/cmd_queue.h
@@ -31,7 +31,7 @@
*/
uint8_t cmdq_addCharToArgumentBuffer(uint8_t c);
-void cmdq_queueCmdWithNumArgs(void* fptr, uint8_t num_args);
+void cmdq_queueCmdWithNumArgs(void* fptr, uint8_t num_args, uint8_t cmd);
void cmdq_doWork(void);
-#endif \ No newline at end of file
+#endif