Skip to content

Commit 7380e07

Browse files
authored
Merge pull request adafruit#871 from tannewt/remove_old_nvm_code
Remove asf3 nvm code.
2 parents ff592ac + 42bf3a1 commit 7380e07

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

  • ports/atmel-samd/supervisor

ports/atmel-samd/supervisor/port.c

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -192,12 +192,6 @@ safe_mode_t port_init(void) {
192192
tick_init();
193193
rtc_init();
194194

195-
// Init the nvm controller.
196-
// struct nvm_config config_nvm;
197-
// nvm_get_config_defaults(&config_nvm);
198-
// config_nvm.manual_page_write = false;
199-
// nvm_set_config(&config_nvm);
200-
201195
init_shared_dma();
202196
#ifdef CIRCUITPY_CANARY_WORD
203197
// Run in safe mode if the canary is corrupt.

0 commit comments

Comments
 (0)