mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 00:14:22 +08:00
Mark function as static
This commit is contained in:
@@ -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)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user