US7032EVB1: Rename files for better conformance to naming conventions

This commit is contained in:
Gregory Nutt 2015-03-21 14:48:48 -06:00
parent 2eef3310da
commit d044a2aa42
2 changed files with 10 additions and 10 deletions

View File

@ -40,7 +40,7 @@ CFLAGS += -I$(ARCH_SRCDIR)/chip -I$(ARCH_SRCDIR)/common -I$(TOPDIR)/sched
ASRCS =
AOBJS = $(ASRCS:.S=$(OBJEXT))
CSRCS = up_leds.c
CSRCS = sh1_leds.c
COBJS = $(CSRCS:.c=$(OBJEXT))
SRCS = $(ASRCS) $(CSRCS)

View File

@ -1,5 +1,5 @@
/****************************************************************************
* configs/us7032evb1/src/up_leds.c
* configs/us7032evb1/src/sh1_leds.c
*
* Copyright (C) 2008-2009, 2015 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>