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.
1 parent 3b5171c commit a068b6bCopy full SHA for a068b6b
main.c
@@ -837,9 +837,11 @@ int __attribute__((used)) main(void) {
837
// Start the debug serial
838
serial_early_init();
839
840
+ #if !INTERNAL_FLASH_FILESYSTEM
841
// Set up anything that might need to get done before we try to use SPI flash
842
// This is needed for some boards where flash relies on GPIO setup to work
843
external_flash_setup();
844
+ #endif
845
846
// Create a new filesystem only if we're not in a safe mode.
847
// A power brownout here could make it appear as if there's
0 commit comments