Neuros OSD: Rename files for better conformance to naming conventions

This commit is contained in:
Gregory Nutt 2015-03-21 14:51:30 -06:00
parent d044a2aa42
commit 60dddcaa18
3 changed files with 5 additions and 5 deletions

View File

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

View File

@ -1,5 +1,5 @@
/************************************************************************
* confgs/ntosd-dm320/src/up_leds.c
* confgs/ntosd-dm320/src/dm320_leds.c
*
* Copyright (C) 2007, 2009, 2015 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>
@ -43,7 +43,7 @@
#include "up_internal.h"
/************************************************************************
* Definitions
* Pre-processor Definitions
************************************************************************/
/************************************************************************

View File

@ -1,5 +1,5 @@
/****************************************************************************
* board/up_network.c
* configs/ntosd-dm320/src/dm320_network.c
*
* Copyright (C) 2007, 2009 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>
@ -53,7 +53,7 @@
extern void dm9x_initialize(void);
/****************************************************************************
* Definitions
* Pre-processor Definitions
****************************************************************************/
/****************************************************************************