diff options
-rw-r--r-- | testhal/NRF51/NRF51822/SPI/halconf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testhal/NRF51/NRF51822/SPI/halconf.h b/testhal/NRF51/NRF51822/SPI/halconf.h index f3e4172..4bf93c2 100644 --- a/testhal/NRF51/NRF51822/SPI/halconf.h +++ b/testhal/NRF51/NRF51822/SPI/halconf.h @@ -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
/**
|