Start sentence with lower case character
This commit is contained in:
parent
2d7ad8e373
commit
0be8f3b82d
|
@ -1243,7 +1243,7 @@ int main(int argc, char * argv [])
|
||||||
if (!init_ok) {
|
if (!init_ok) {
|
||||||
pmsg_error("initialization failed, rc=%d\n", rc);
|
pmsg_error("initialization failed, rc=%d\n", rc);
|
||||||
if(rc == -2)
|
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
|
else
|
||||||
imsg_error("- double check the connections and try again\n");
|
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");
|
imsg_error("- use -B to set lower ISP clock frequency, e.g. -B 125kHz\n");
|
||||||
|
|
Loading…
Reference in New Issue