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:
parent
7418795fdf
commit
a2b4c93e85
@ -59,8 +59,6 @@ enum {
|
||||
|
||||
#elif defined(NRF52)
|
||||
#define HAL_NVMC_PAGESIZE (4096)
|
||||
#error NRF52 not yet implemented
|
||||
|
||||
#else
|
||||
#error Unknown chip
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user