RIDE uses pre-built NuttX start file

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2121 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo
2009-10-04 18:22:50 +00:00
parent cfc85ed8c6
commit c268f1e71d
+5
View File
@@ -44,10 +44,14 @@
* Included Files
****************************************************************************/
#include <nuttx/config.h>
/****************************************************************************
* Definitions
****************************************************************************/
#ifdef CONFIG_PIC
/* This identifies the register the is used by the processor as the PIC base
* register. It is usually r9 or r10
*/
@@ -82,6 +86,7 @@ do { \
); \
} while (0)
#endif
/****************************************************************************
* Inline functions