Skip to content

Commit

Permalink
fix build error
Browse files Browse the repository at this point in the history
  • Loading branch information
solosky committed Feb 14, 2024
1 parent 2263a00 commit 02f6255
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion fw/application/config/sdk_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -6117,7 +6117,7 @@
// <e> SPI1_ENABLED - Enable SPI1 instance
//==========================================================
#ifndef SPI1_ENABLED
#define SPI1_ENABLED 0
#define SPI1_ENABLED 1
#endif
// <q> SPI1_USE_EASY_DMA - Use EasyDMA

Expand Down
8 changes: 8 additions & 0 deletions fw/application/src/boards/board_neo.h
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,14 @@
#undef APP_LEGLAMIIBO_ENABLE
#endif

// Make compiler happy
#define BSP_QSPI_SCK_PIN QSPI_SCK_PIN
#define BSP_QSPI_CSN_PIN QSPI_CS_PIN
#define BSP_QSPI_IO0_PIN QSPI_IO0_PIN
#define BSP_QSPI_IO1_PIN QSPI_IO1_PIN
#define BSP_QSPI_IO2_PIN QSPI_IO2_PIN
#define BSP_QSPI_IO3_PIN QSPI_IO3_PIN


#endif

0 comments on commit 02f6255

Please sign in to comment.