diff options
| author | Nick Moore <nick@zoic.org> | 2019-04-09 12:53:11 +1000 |
|---|---|---|
| committer | Nick Moore <nick@zoic.org> | 2019-04-09 12:53:11 +1000 |
| commit | 18908c21f7998b13493fe75d0020bd9ad1bd1b60 (patch) | |
| tree | f830b7899a55776a4df32b2e0c8bfedc29d2b77b /ports/nrf/common-hal/microcontroller | |
| parent | fdaff00c78e69644eddf828b9b23795db168f8d4 (diff) | |
Fixups for adafruit/circuitpython#1042
Diffstat (limited to 'ports/nrf/common-hal/microcontroller')
| -rw-r--r-- | ports/nrf/common-hal/microcontroller/__init__.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/ports/nrf/common-hal/microcontroller/__init__.c b/ports/nrf/common-hal/microcontroller/__init__.c index 7055cb236..ab7b5d5d6 100644 --- a/ports/nrf/common-hal/microcontroller/__init__.c +++ b/ports/nrf/common-hal/microcontroller/__init__.c @@ -74,12 +74,9 @@ const nvm_bytearray_obj_t common_hal_mcu_nvm_obj = { .base = { .type = &nvm_bytearray_type, }, - .len = CIRCUITPY_INTERNAL_NVM_SIZE, - .start_address = FLASH_SIZE - CIRCUITPY_INTERNAL_NVM_SIZE }; #endif - STATIC const mp_rom_map_elem_t mcu_pin_globals_table[] = { { MP_ROM_QSTR(MP_QSTR_P0_00), MP_ROM_PTR(&pin_P0_00) }, { MP_ROM_QSTR(MP_QSTR_P0_01), MP_ROM_PTR(&pin_P0_01) }, |
