From be85acd0f71ce088b4e1584e6ce485015288f63c Mon Sep 17 00:00:00 2001 From: patacongo Date: Fri, 27 May 2011 15:26:52 +0000 Subject: Rename all lpc313x to lpc31xx git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3644 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/configs/ea3131/include/board.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'nuttx/configs/ea3131/include/board.h') diff --git a/nuttx/configs/ea3131/include/board.h b/nuttx/configs/ea3131/include/board.h index 464099107..7e0a01b6a 100755 --- a/nuttx/configs/ea3131/include/board.h +++ b/nuttx/configs/ea3131/include/board.h @@ -44,7 +44,7 @@ #include #ifndef __ASSEMBLY__ # include -# include "lpc313x_cgudrvr.h" +# include "lpc31_cgudrvr.h" #endif /************************************************************************************ @@ -131,16 +131,16 @@ extern "C" { * Public Function Prototypes ************************************************************************************/ /************************************************************************************ - * Name: lpc313x_boardinitialize + * Name: lpc31_boardinitialize * * Description: - * All LPC313X architectures must provide the following entry point. This entry + * All LPC31XX architectures must provide the following entry point. This entry * point is called early in the intitialization -- after all memory has been * configured and mapped but before any devices have been initialized. * ************************************************************************************/ -EXTERN void lpc313x_boardinitialize(void); +EXTERN void lpc31_boardinitialize(void); /************************************************************************************ * Button support. -- cgit v1.2.3