mirror of
https://github.com/oliverschmidt/contiki.git
synced 2025-08-11 00:25:06 +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);
|
||||
|
||||
extern cmd_handler_t cmd_handlers[];
|
||||
extern const cmd_handler_t cmd_handlers[];
|
||||
|
||||
/*---------------------------------------------------------------------------*/
|
||||
void
|
||||
|
Reference in New Issue
Block a user