Merge pull request #185 from g-oikonomou/bug-fixes/cmd-handler-fix

Fix a mismatch between declaration and definition
This commit is contained in:
Oliver Schmidt 2013-03-28 15:11:59 -07:00
commit f1f777e162

View file

@ -45,7 +45,7 @@
void CMD_OUTPUT(const uint8_t *data, int data_len);
extern cmd_handler_t cmd_handlers[];
extern const cmd_handler_t cmd_handlers[];
/*---------------------------------------------------------------------------*/
void