diff options
| author | Scott Shawcroft <scott.shawcroft@gmail.com> | 2018-05-24 13:14:40 -0700 |
|---|---|---|
| committer | Scott Shawcroft <scott.shawcroft@gmail.com> | 2018-05-24 13:14:40 -0700 |
| commit | 42bf3a130620437b4c2a284e0d603377b7c42080 (patch) | |
| tree | 5f69f7c31279a74044c248613b54443cad65ee31 | |
| parent | ff592ac791d041fb3cea6c08d2acd14748ed99b5 (diff) | |
Remove asf3 nvm code.
| -rw-r--r-- | ports/atmel-samd/supervisor/port.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/ports/atmel-samd/supervisor/port.c b/ports/atmel-samd/supervisor/port.c index cd122843d..026a89562 100644 --- a/ports/atmel-samd/supervisor/port.c +++ b/ports/atmel-samd/supervisor/port.c @@ -192,12 +192,6 @@ safe_mode_t port_init(void) { tick_init(); rtc_init(); - // Init the nvm controller. - // struct nvm_config config_nvm; - // nvm_get_config_defaults(&config_nvm); - // config_nvm.manual_page_write = false; - // nvm_set_config(&config_nvm); - init_shared_dma(); #ifdef CIRCUITPY_CANARY_WORD // Run in safe mode if the canary is corrupt. |
