mirror of
https://github.com/google/pebble.git
synced 2025-04-30 23:31:40 -04:00
spelling: requirement
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
1732aa321b
commit
71e60e3b87
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Reference in a new issue