mirror of
https://github.com/google/pebble.git
synced 2025-11-19 05:50:54 -05:00
spelling: requirement
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
@@ -303,7 +303,7 @@ void qspi_flash_set_lower_power_mode(QSPIFlash *dev, bool active) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#if TARGET_QEMU
|
#if TARGET_QEMU
|
||||||
// While this works with normal hardware, it has a large stack requirment and I can't
|
// While this works with normal hardware, it has a large stack requirement and I can't
|
||||||
// see a compelling reason to use it over the mmap blank check variant
|
// see a compelling reason to use it over the mmap blank check variant
|
||||||
static bool prv_blank_check_poll(QSPIFlash *dev, uint32_t addr, bool is_subsector) {
|
static bool prv_blank_check_poll(QSPIFlash *dev, uint32_t addr, bool is_subsector) {
|
||||||
const uint32_t size_bytes = is_subsector ? SUBSECTOR_SIZE_BYTES : SECTOR_SIZE_BYTES;
|
const uint32_t size_bytes = is_subsector ? SUBSECTOR_SIZE_BYTES : SECTOR_SIZE_BYTES;
|
||||||
|
|||||||
Reference in New Issue
Block a user