summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Halbert <halbert@halwitz.org>2018-05-24 16:59:35 -0400
committerGitHub <noreply@github.com>2018-05-24 16:59:35 -0400
commit7380e077ae715e1f9ef794b46cb97385c08614b8 (patch)
tree5f69f7c31279a74044c248613b54443cad65ee31
parentff592ac791d041fb3cea6c08d2acd14748ed99b5 (diff)
parent42bf3a130620437b4c2a284e0d603377b7c42080 (diff)
Merge pull request #871 from tannewt/remove_old_nvm_code
Remove asf3 nvm code.
-rw-r--r--ports/atmel-samd/supervisor/port.c6
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.