Micropendous 3: Rename files for better conformance to naming conventions

This commit is contained in:
Gregory Nutt 2015-03-21 13:38:26 -06:00
parent 0bb973afb4
commit 317e8dc939
3 changed files with 20 additions and 20 deletions

View File

@ -36,7 +36,7 @@
-include $(TOPDIR)/Make.defs
ASRCS =
CSRCS = up_boot.c
CSRCS = at90usb_boot.c
ifeq ($(CONFIG_ARCH_LEDS),y)
CSRCS += up_leds.c

View File

@ -1,5 +1,5 @@
/************************************************************************************
* configs/micropendous3/src/up_boot.c
* configs/micropendous3/src/at90usb_boot.c
*
* Copyright (C) 2011, 2015 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>

View File

@ -43,7 +43,7 @@
#include <nuttx/config.h>
/****************************************************************************
* Pre-Processor Definitions
* Pre-processor Definitions
****************************************************************************/
/* Configuration ************************************************************/