This commit is contained in:
Fabien Poussin 2019-10-02 16:13:12 +02:00
parent e00396f53b
commit c71108e280
1 changed files with 1 additions and 1 deletions

View File

@ -156,7 +156,7 @@
* @brief Enables the SPI subsystem.
*/
#if !defined(HAL_USE_SPI) || defined(__DOXYGEN__)
#define HAL_USE_SPI TRUE../../../../os/hal/ports/NRF5/LLD/SPIv1/hal_spi_lld.h
#define HAL_USE_SPI TRUE
#endif
/**