aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/NRF51/NRF51822/SPI/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'testhal/NRF51/NRF51822/SPI/main.c')
-rw-r--r--testhal/NRF51/NRF51822/SPI/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/testhal/NRF51/NRF51822/SPI/main.c b/testhal/NRF51/NRF51822/SPI/main.c
index 8d9c089..d53de25 100644
--- a/testhal/NRF51/NRF51822/SPI/main.c
+++ b/testhal/NRF51/NRF51822/SPI/main.c
@@ -23,7 +23,7 @@
static const SPIConfig hs_spicfg = {
.end_cb=NULL,
- .freq=NRF51_SPI_FREQ_1MBPS,
+ .freq=NRF5_SPI_FREQ_1MBPS,
.sckpad=SPI_SCK,
.mosipad=SPI_MOSI,
.misopad=SPI_MISO,
@@ -34,7 +34,7 @@ static const SPIConfig hs_spicfg = {
static const SPIConfig ls_spicfg = {
.end_cb=NULL,
- .freq=NRF51_SPI_FREQ_250KBPS,
+ .freq=NRF5_SPI_FREQ_250KBPS,
.sckpad=SPI_SCK,
.mosipad=SPI_MOSI,
.misopad=SPI_MISO,