Mark function as static

This commit is contained in:
Gregory Nutt
2015-11-01 12:47:19 -06:00
parent b28bd72a48
commit 9743e5997e
+1 -1
View File
@@ -174,7 +174,7 @@ static const uint16_t g_ledpincfg[PIC32MX_UBW32_NLEDS] =
****************************************************************************/ ****************************************************************************/
#ifdef CONFIG_ARCH_LEDS #ifdef CONFIG_ARCH_LEDS
void pic32mx_setleds(FAR const struct led_setting_s *setting) static void pic32mx_setleds(FAR const struct led_setting_s *setting)
{ {
if (setting->led1 != LED_NC) if (setting->led1 != LED_NC)
{ {