nrf/hal/nvmc: Remove pre-compiler error thrown in nvmc.h, if on nrf52.

This has been tested and works.
This commit is contained in:
Glenn Ruben Bakke 2017-11-13 00:23:58 +01:00 committed by Damien George
parent 7418795fdf
commit a2b4c93e85

View File

@ -59,8 +59,6 @@ enum {
#elif defined(NRF52)
#define HAL_NVMC_PAGESIZE (4096)
#error NRF52 not yet implemented
#else
#error Unknown chip
#endif