aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGlenn Ruben Bakke2017-11-13 00:23:58 +0100
committerDamien George2018-07-18 17:12:25 +1000
commita2b4c93e85df539cb9d657096505dfd0523f8fa9 (patch)
tree2343d865cc013abf3c8541842faacad57e40f1a6
parent7418795fdfd12c30fbb10ae490a0247cf988c78c (diff)
nrf/hal/nvmc: Remove pre-compiler error thrown in nvmc.h, if on nrf52.
This has been tested and works.
-rw-r--r--ports/nrf/hal/hal_nvmc.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/ports/nrf/hal/hal_nvmc.h b/ports/nrf/hal/hal_nvmc.h
index a30662746..bed1d0f76 100644
--- a/ports/nrf/hal/hal_nvmc.h
+++ b/ports/nrf/hal/hal_nvmc.h
@@ -59,8 +59,6 @@ enum {
#elif defined(NRF52)
#define HAL_NVMC_PAGESIZE (4096)
-#error NRF52 not yet implemented
-
#else
#error Unknown chip
#endif