Skip to content

Commit 3fdf29e

Browse files
committed
More parens
1 parent 863981a commit 3fdf29e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ports/raspberrypi/supervisor/internal_flash.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
#include "src/rp2_common/hardware_flash/include/hardware/flash.h"
4545
#include "src/common/pico_binary_info/include/pico/binary_info.h"
4646

47-
#define RESERVED_FLASH 1 * 1024 * 1024
47+
#define RESERVED_FLASH (1 * 1024 * 1024)
4848

4949
// TODO: Split the caching out of supervisor/shared/external_flash so we can use it.
5050
#define SECTOR_SIZE 4096

0 commit comments

Comments
 (0)