mirror of
https://github.com/oliverschmidt/contiki.git
synced 2025-01-03 11:30:53 +00:00
Merge pull request #185 from g-oikonomou/bug-fixes/cmd-handler-fix
Fix a mismatch between declaration and definition
This commit is contained in:
commit
f1f777e162
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user