c5471 EVM: Rename files for better conformance to naming conventions

This commit is contained in:
Gregory Nutt 2015-03-21 14:25:19 -06:00
parent e1bdd3de9e
commit 4be89aa031
2 changed files with 4 additions and 3 deletions

View File

@ -39,7 +39,7 @@ CFLAGS += -I$(TOPDIR)/sched
ASRCS =
AOBJS = $(ASRCS:.S=$(OBJEXT))
CSRCS = up_leds.c
CSRCS = c5471_leds.c
COBJS = $(CSRCS:.c=$(OBJEXT))
SRCS = $(ASRCS) $(CSRCS)

View File

@ -1,5 +1,5 @@
/****************************************************************************
* configs/c4371evm/src/up_leds.c
* configs/c5471evm/src/c5471_leds.c
*
* Copyright (C) 2007-2009, 2015 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>
@ -45,7 +45,7 @@
#include "up_internal.h"
/****************************************************************************
* Definitions
* Pre-processor Definitions
****************************************************************************/
#define CS2 *(volatile uint32_t*)0xffff2e08
@ -107,4 +107,5 @@ void board_led_off(int led)
LEDS = g_ledstate;
}
}
#endif /* CONFIG_ARCH_LEDS */