mirror of
https://github.com/apache/nuttx.git
synced 2026-08-18 20:18:17 +00:00
configs/olimex-stm32-p107: Failes to build is SPI3 for UEXT is not remapped
This commit is contained in:
parent
58562d0dec
commit
2fa97a056d
1 changed files with 4 additions and 0 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue