mirror of
https://github.com/oliverschmidt/contiki.git
synced 2025-08-07 18:25:14 +00:00
Fix a mismatch between declaration and definition
This commit is contained in:
@@ -45,7 +45,7 @@
|
|||||||
|
|
||||||
void CMD_OUTPUT(const uint8_t *data, int data_len);
|
void CMD_OUTPUT(const uint8_t *data, int data_len);
|
||||||
|
|
||||||
extern cmd_handler_t cmd_handlers[];
|
extern const cmd_handler_t cmd_handlers[];
|
||||||
|
|
||||||
/*---------------------------------------------------------------------------*/
|
/*---------------------------------------------------------------------------*/
|
||||||
void
|
void
|
||||||
|
Reference in New Issue
Block a user