summaryrefslogtreecommitdiff
path: root/nuttx/configs/twr-k60n512/src/twrk60-internal.h
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-01-24 14:28:49 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-01-24 14:28:49 -0600
commitce7d02b55783779750eb4da036ad2185e7f7cf44 (patch)
tree8d1eebba9a1bb5c7942bcf89c617fff85df96045 /nuttx/configs/twr-k60n512/src/twrk60-internal.h
parentcafcbeb3a0d16b13048d14fa8ef75cce2a87f738 (diff)
downloadnuttx-ce7d02b55783779750eb4da036ad2185e7f7cf44.tar.gz
nuttx-ce7d02b55783779750eb4da036ad2185e7f7cf44.tar.bz2
nuttx-ce7d02b55783779750eb4da036ad2185e7f7cf44.zip
rename up_led*() functions to board_led_*()
Diffstat (limited to 'nuttx/configs/twr-k60n512/src/twrk60-internal.h')
-rw-r--r--nuttx/configs/twr-k60n512/src/twrk60-internal.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/configs/twr-k60n512/src/twrk60-internal.h b/nuttx/configs/twr-k60n512/src/twrk60-internal.h
index 9a8b16c9c..e9d8b798a 100644
--- a/nuttx/configs/twr-k60n512/src/twrk60-internal.h
+++ b/nuttx/configs/twr-k60n512/src/twrk60-internal.h
@@ -273,7 +273,7 @@
************************************************************************************/
/************************************************************************************
- * Name: up_ledinit
+ * Name: board_led_initialize
*
* Description:
* Initialize LED GPIOs so that LEDs can be controlled.
@@ -281,7 +281,7 @@
************************************************************************************/
#ifdef CONFIG_ARCH_LEDS
-extern void up_ledinit(void);
+extern void board_led_initialize(void);
#endif
/************************************************************************************