fix: Correct grammatical error

This commit is contained in:
gatin00b 2022-08-02 13:52:22 -04:00 committed by Piotr Esden-Tempski
parent ae23cb879e
commit 180ceabae3
1 changed files with 1 additions and 1 deletions

View File

@ -643,7 +643,7 @@ ADIv5_AP_t *adiv5_new_ap(ADIv5_DP_t *dp, uint8_t apsel)
tmpap.csw = adiv5_ap_read(&tmpap, ADIV5_AP_CSW) & ~(ADIV5_AP_CSW_SIZE_MASK | ADIV5_AP_CSW_ADDRINC_MASK);
if (tmpap.csw & ADIV5_AP_CSW_TRINPROG) {
DEBUG_WARN("AP %d: Transaction in progress. AP is not be usable!\n", apsel);
DEBUG_WARN("AP %d: Transaction in progress. AP is not usable!\n", apsel);
return NULL;
}