Removing confusing negation in message

This commit is contained in:
Joachim Strömbergson 2022-10-13 13:56:12 +02:00
parent 1b03459ab3
commit 5e5550461f
No known key found for this signature in database
GPG Key ID: 865B8A548EA61679

View File

@ -185,7 +185,7 @@ int main()
test_puts("\r\n");
if (b == 0x21) {
test_puts("FAIL: Could not write and read back from FW RAM in app-mode.\r\n");
test_puts("FAIL: Could write and read back from FW RAM in app-mode.\r\n");
anyfailed = 1;
}