mirror of
https://github.com/micropython/micropython.git
synced 2026-01-04 11:10:14 +01:00
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:
committed by
Damien George
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
|
||||
|
||||
Reference in New Issue
Block a user