mirror of
https://github.com/tillitis/tillitis-key1.git
synced 2024-10-01 01:45:38 -04:00
Removing confusing negation in message
This commit is contained in:
parent
1b03459ab3
commit
5e5550461f
@ -185,7 +185,7 @@ int main()
|
|||||||
test_puts("\r\n");
|
test_puts("\r\n");
|
||||||
|
|
||||||
if (b == 0x21) {
|
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;
|
anyfailed = 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user