More parens
This commit is contained in:
parent
863981a5b8
commit
3fdf29e773
|
@ -44,7 +44,7 @@
|
|||
#include "src/rp2_common/hardware_flash/include/hardware/flash.h"
|
||||
#include "src/common/pico_binary_info/include/pico/binary_info.h"
|
||||
|
||||
#define RESERVED_FLASH 1 * 1024 * 1024
|
||||
#define RESERVED_FLASH (1 * 1024 * 1024)
|
||||
|
||||
// TODO: Split the caching out of supervisor/shared/external_flash so we can use it.
|
||||
#define SECTOR_SIZE 4096
|
||||
|
|
Loading…
Reference in New Issue