mirror of
https://github.com/hathach/tinyusb.git
synced 2025-03-30 13:20:33 +00:00
fix board_rf1ghznode.c build error
This commit is contained in:
parent
73ac4b4c80
commit
33442a74b4
@ -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])
|
||||
|
Loading…
x
Reference in New Issue
Block a user