From 7231439290dc69090533da855ba3c21534faf850 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sat, 9 Jan 2016 08:11:25 -0600 Subject: [PATCH] Test for CONFIG_AVR_HAS_MEMX_PTR must be after inclusion of config.h --- arch/avr/include/debug.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/avr/include/debug.h b/arch/avr/include/debug.h index 1f90c90f5d..b95e9b9322 100644 --- a/arch/avr/include/debug.h +++ b/arch/avr/include/debug.h @@ -40,13 +40,13 @@ * Included Files ****************************************************************************/ -#ifdef CONFIG_AVR_HAS_MEMX_PTR - #include #include #include +#ifdef CONFIG_AVR_HAS_MEMX_PTR + /**************************************************************************** * Pre-processor Definitions ****************************************************************************/