Fix DQ0 wording in p1021 erase-fail test comment

STATUS_ERASE_FAIL is 0x81, so the fail bit (DQ0) is set, not clear.
pull/892/head
Daniele Lacamera 2026-09-16 19:53:59 +02:00
parent 928b9d9590
commit bb2e1a70f8
1 changed files with 1 additions and 1 deletions

View File

@ -136,7 +136,7 @@ START_TEST (test_erase_stops_on_status_fail)
int ret;
/* The command sequence completes (cmd_ret 0) but the NAND reports an
* erase failure in the status byte (DQ0 clear). */
* erase failure in the status byte (DQ0 set). */
mock_reset(0, STATUS_ERASE_FAIL);
ret = ext_flash_erase(0, 2 * (int)TEST_BLOCK_SIZE);