Start sentence with lower case character

This commit is contained in:
MCUdude 2022-12-16 20:27:20 +01:00
parent 2d7ad8e373
commit 0be8f3b82d
1 changed files with 1 additions and 1 deletions

View File

@ -1243,7 +1243,7 @@ int main(int argc, char * argv [])
if (!init_ok) {
pmsg_error("initialization failed, rc=%d\n", rc);
if(rc == -2)
imsg_error("The programmer ISP clock is too fast for the target\n");
imsg_error("the programmer ISP clock is too fast for the target\n");
else
imsg_error("- double check the connections and try again\n");
imsg_error("- use -B to set lower ISP clock frequency, e.g. -B 125kHz\n");