summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/efm32/chip/efm32_gpio.h
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/arch/arm/src/efm32/chip/efm32_gpio.h')
-rw-r--r--nuttx/arch/arm/src/efm32/chip/efm32_gpio.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/nuttx/arch/arm/src/efm32/chip/efm32_gpio.h b/nuttx/arch/arm/src/efm32/chip/efm32_gpio.h
index d96172de8..ba3b7ebc0 100644
--- a/nuttx/arch/arm/src/efm32/chip/efm32_gpio.h
+++ b/nuttx/arch/arm/src/efm32/chip/efm32_gpio.h
@@ -65,8 +65,13 @@
* Included Files
*******************************************************************************************************************************/
+#include <nuttx/config.h>
#include "chip/efm32_memorymap.h"
+#if !defined(CONFIG_EFM32_EFM32GG) && !defined(CONFIG_EFM32_EFM32G)
+# warning This is the EFM32GG/G header file; Review/modification needed for this archtecture
+#endif
+
/*******************************************************************************************************************************
* Pre-processor Definitions
*******************************************************************************************************************************/