BV UART: mini fix to help preventing devel oversight
This commit is contained in:
parent
6fb3952997
commit
cfd7c609b0
|
@ -63,4 +63,4 @@ void busvoodoo_uart_generic_exit(void);
|
|||
*/
|
||||
#define busvoodoo_uart_generic_commands_nb 5
|
||||
/** commands supported by the generic UART mode */
|
||||
extern const struct menu_command_t busvoodoo_uart_generic_commands[];
|
||||
extern const struct menu_command_t busvoodoo_uart_generic_commands[busvoodoo_uart_generic_commands_nb];
|
||||
|
|
Loading…
Reference in New Issue