File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -925,6 +925,9 @@ int __attribute__((used)) main(void) {
925
925
common_hal_nvm_bytearray_set_bytes (& common_hal_mcu_nvm_obj ,0 ,& value_out ,1 );
926
926
#endif
927
927
928
+ // Start the debug serial
929
+ serial_early_init ();
930
+
928
931
// Wait briefly to give a reset window where we'll enter safe mode after the reset.
929
932
if (safe_mode == NO_SAFE_MODE ) {
930
933
safe_mode = wait_for_safe_mode_reset ();
@@ -941,9 +944,6 @@ int __attribute__((used)) main(void) {
941
944
supervisor_bluetooth_init ();
942
945
#endif
943
946
944
- // Start the debug serial
945
- serial_early_init ();
946
-
947
947
#if !INTERNAL_FLASH_FILESYSTEM
948
948
// Set up anything that might need to get done before we try to use SPI flash
949
949
// This is needed for some boards where flash relies on GPIO setup to work
You can’t perform that action at this time.
0 commit comments