fix board_rf1ghznode.c build error

This commit is contained in:
hathach 2014-03-09 16:55:13 +07:00
parent 73ac4b4c80
commit 33442a74b4
1 changed files with 1 additions and 1 deletions

View File

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