Merge pull request #871 from tannewt/remove_old_nvm_code
Remove asf3 nvm code.
This commit is contained in:
commit
7380e077ae
|
@ -192,12 +192,6 @@ safe_mode_t port_init(void) {
|
||||||
tick_init();
|
tick_init();
|
||||||
rtc_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();
|
init_shared_dma();
|
||||||
#ifdef CIRCUITPY_CANARY_WORD
|
#ifdef CIRCUITPY_CANARY_WORD
|
||||||
// Run in safe mode if the canary is corrupt.
|
// Run in safe mode if the canary is corrupt.
|
||||||
|
|
Loading…
Reference in New Issue