Fix a mismatch between declaration and definition
This commit is contained in:
parent
6ba28bf74f
commit
a82746e72a
|
@ -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 a new issue