mirror of
https://github.com/hathach/tinyusb.git
synced 2026-02-13 00:15:48 +00:00
fix board_rf1ghznode.c build error
This commit is contained in:
@ -48,7 +48,7 @@
|
||||
const static struct {
|
||||
uint8_t port;
|
||||
uint8_t pin;
|
||||
} buttons[BOARD_BUTTON_COUNT] = { { 0, 1 } };
|
||||
} buttons[] = { { 0, 1 } };
|
||||
|
||||
enum {
|
||||
BOARD_BUTTON_COUNT = sizeof(buttons) / sizeof(buttons[0])
|
||||
|
||||
Reference in New Issue
Block a user