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 863981a commit 3fdf29eCopy full SHA for 3fdf29e
ports/raspberrypi/supervisor/internal_flash.c
@@ -44,7 +44,7 @@
44
#include "src/rp2_common/hardware_flash/include/hardware/flash.h"
45
#include "src/common/pico_binary_info/include/pico/binary_info.h"
46
47
-#define RESERVED_FLASH 1 * 1024 * 1024
+#define RESERVED_FLASH (1 * 1024 * 1024)
48
49
// TODO: Split the caching out of supervisor/shared/external_flash so we can use it.
50
#define SECTOR_SIZE 4096
0 commit comments