From c71108e2806c8a6f10f670c5b8642a26fa28b89c Mon Sep 17 00:00:00 2001 From: Fabien Poussin Date: Wed, 2 Oct 2019 16:13:12 +0200 Subject: Typo --- testhal/NRF51/NRF51822/SPI/halconf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 /** -- cgit v1.2.3