8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 387a8a4 + f495ea4 commit 565bfebCopy full SHA for 565bfeb
main.c
@@ -678,7 +678,7 @@ STATIC void __attribute__ ((noinline)) run_boot_py(safe_mode_t safe_mode) {
678
FATFS *fs = &vfs->fatfs;
679
680
boot_output = NULL;
681
- bool write_boot_output = (common_hal_mcu_processor_get_reset_reason() == RESET_REASON_POWER_ON);
+ bool write_boot_output = true;
682
FIL boot_output_file;
683
if (f_open(fs, &boot_output_file, CIRCUITPY_BOOT_OUTPUT_FILE, FA_READ) == FR_OK) {
684
char *file_contents = m_new(char, boot_text.alloc);
0 commit comments