More parens

This commit is contained in:
Scott Shawcroft 2021-02-22 18:35:09 -08:00
parent 863981a5b8
commit 3fdf29e773
No known key found for this signature in database
GPG Key ID: 0DFD512649C052DA
1 changed files with 1 additions and 1 deletions

View File

@ -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