BV UART: mini fix to help preventing devel oversight

This commit is contained in:
King Kévin 2018-06-15 10:20:55 +02:00
parent 6fb3952997
commit cfd7c609b0
1 changed files with 1 additions and 1 deletions

View File

@ -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];