diff options
| author | Scott Shawcroft <scott@tannewt.org> | 2021-02-22 18:35:09 -0800 |
|---|---|---|
| committer | Scott Shawcroft <scott@tannewt.org> | 2021-02-22 18:35:09 -0800 |
| commit | 3fdf29e773852367ce433ffc9a3a5bbd7b3f379e (patch) | |
| tree | 04ce466d846d298b123be9297bcd85be07cb9859 | |
| parent | 863981a5b845e2f3e8c47cc9fb44c51e3af80f55 (diff) | |
More parens
| -rw-r--r-- | ports/raspberrypi/supervisor/internal_flash.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/raspberrypi/supervisor/internal_flash.c b/ports/raspberrypi/supervisor/internal_flash.c index 95c1fdd75..e8ee5cf1a 100644 --- a/ports/raspberrypi/supervisor/internal_flash.c +++ b/ports/raspberrypi/supervisor/internal_flash.c @@ -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 |
