We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff592ac commit 42bf3a1Copy full SHA for 42bf3a1
1 file changed
ports/atmel-samd/supervisor/port.c
@@ -192,12 +192,6 @@ safe_mode_t port_init(void) {
192
tick_init();
193
rtc_init();
194
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
-
201
init_shared_dma();
202
#ifdef CIRCUITPY_CANARY_WORD
203
// Run in safe mode if the canary is corrupt.
0 commit comments