summaryrefslogtreecommitdiff
path: root/nuttx/configs/open1788/src/lpc17_userleds.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/open1788/src/lpc17_userleds.c')
-rw-r--r--nuttx/configs/open1788/src/lpc17_userleds.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/configs/open1788/src/lpc17_userleds.c b/nuttx/configs/open1788/src/lpc17_userleds.c
index bf0300e25..08ad837b3 100644
--- a/nuttx/configs/open1788/src/lpc17_userleds.c
+++ b/nuttx/configs/open1788/src/lpc17_userleds.c
@@ -89,7 +89,7 @@
****************************************************************************/
/* This array maps an LED number to GPIO pin configuration */
-static uint32_t g_ledcfg[BOARD_NLEDS] =
+static uint32_t g_ledcfg[BOARD_NLEDS] =
{
GPIO_LED1, GPIO_LED2, GPIO_LED3, GPIO_LED4
};