summaryrefslogtreecommitdiff
path: root/nuttx/configs/olimex-stm32-p107/src/up_encx24j600.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/olimex-stm32-p107/src/up_encx24j600.c')
-rw-r--r--nuttx/configs/olimex-stm32-p107/src/up_encx24j600.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/nuttx/configs/olimex-stm32-p107/src/up_encx24j600.c b/nuttx/configs/olimex-stm32-p107/src/up_encx24j600.c
index d8af313e3..bb0fd54ca 100644
--- a/nuttx/configs/olimex-stm32-p107/src/up_encx24j600.c
+++ b/nuttx/configs/olimex-stm32-p107/src/up_encx24j600.c
@@ -79,6 +79,10 @@
# error "Need CONFIG_STM32_SPI3 in the configuration"
#endif
+#ifndef CONFIG_STM32_SPI3_REMAP
+# error "SPI should be remapped for UEXT use"
+#endif
+
/* SPI Assumptions **********************************************************/
#define ENCX24J600_SPI_PORTNO 3 /* On SPI1 */