diff options
| author | hathach <[email protected]> | 2018-11-27 23:55:10 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2018-11-27 23:55:10 +0700 |
| commit | a3cc52829b81e80fa37c33be5c0d0c81c909cfb7 (patch) | |
| tree | 2a2945be83419b7bf3062d48505e33f9d417934d /hw | |
| parent | 16b3f11d9fbbb17c50a5073a7ea327105f6f2c8d (diff) | |
clean up
Diffstat (limited to 'hw')
| -rw-r--r-- | hw/bsp/lpcxpresso1769/board_lpcxpresso1769.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/bsp/lpcxpresso1769/board_lpcxpresso1769.c b/hw/bsp/lpcxpresso1769/board_lpcxpresso1769.c index dd2194894..6c29298c2 100644 --- a/hw/bsp/lpcxpresso1769/board_lpcxpresso1769.c +++ b/hw/bsp/lpcxpresso1769/board_lpcxpresso1769.c @@ -47,7 +47,7 @@ #define BOARD_LED_PORT (0) #define BOARD_LED_PIN (22) -const static struct { +static const struct { uint8_t port; uint8_t pin; } buttons[] = |
