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