Merge pull request #871 from tannewt/remove_old_nvm_code

Remove asf3 nvm code.
This commit is contained in:
Dan Halbert 2018-05-24 16:59:35 -04:00 committed by GitHub
commit 7380e077ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 6 deletions

View File

@ -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.