Test for CONFIG_AVR_HAS_MEMX_PTR must be after inclusion of config.h

This commit is contained in:
Gregory Nutt 2016-01-09 08:11:25 -06:00
parent d0578bfc2b
commit 7231439290
1 changed files with 2 additions and 2 deletions

View File

@ -40,13 +40,13 @@
* Included Files * Included Files
****************************************************************************/ ****************************************************************************/
#ifdef CONFIG_AVR_HAS_MEMX_PTR
#include <nuttx/config.h> #include <nuttx/config.h>
#include <nuttx/compiler.h> #include <nuttx/compiler.h>
#include <syslog.h> #include <syslog.h>
#ifdef CONFIG_AVR_HAS_MEMX_PTR
/**************************************************************************** /****************************************************************************
* Pre-processor Definitions * Pre-processor Definitions
****************************************************************************/ ****************************************************************************/