diff --git a/demos/bsp/boards/microbuilder/board_rf1ghznode.c b/demos/bsp/boards/microbuilder/board_rf1ghznode.c index e8e8051c5..fca3fcc75 100644 --- a/demos/bsp/boards/microbuilder/board_rf1ghznode.c +++ b/demos/bsp/boards/microbuilder/board_rf1ghznode.c @@ -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])