mirror of https://github.com/google/pebble
spelling: stress
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
edb0a78b0a
commit
55d1f98745
|
@ -581,7 +581,7 @@ static FlashTestErrorType setup_stress_addr_test(void) {
|
|||
return FLASH_TEST_SUCCESS;
|
||||
}
|
||||
|
||||
// Run address read/write stess test - if iterations is 0, then stop only when button is pushed;
|
||||
// Run address read/write stress test - if iterations is 0, then stop only when button is pushed;
|
||||
// else go until iterations hit
|
||||
static FlashTestErrorType prv_run_stress_addr_test(uint32_t iterations) {
|
||||
PBL_LOG(LOG_LEVEL_DEBUG, ">START - STRESS TEST 1");
|
||||
|
|
Loading…
Reference in New Issue