Fix backward conditional compilation
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2370 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
parent
82807ea09d
commit
49d1ebf6ab
@ -41,10 +41,10 @@
|
|||||||
* Included Files
|
* Included Files
|
||||||
************************************************************************************/
|
************************************************************************************/
|
||||||
|
|
||||||
#ifdef __ASSEMBLY__
|
#include <nuttx/config.h>
|
||||||
|
#ifndef __ASSEMBLY__
|
||||||
# include <stdint.h>
|
# include <stdint.h>
|
||||||
#endif
|
#endif
|
||||||
#include <nuttx/config.h>
|
|
||||||
#include <arch/irq.h>
|
#include <arch/irq.h>
|
||||||
#include "common/up_internal.h"
|
#include "common/up_internal.h"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user