mirror of
https://github.com/eddyem/stm32samples.git
synced 2026-05-09 06:16:54 +03:00
fixed small bug
This commit is contained in:
@@ -411,7 +411,7 @@ const char *parse_cmd(char *buf, int sendto){
|
||||
break;
|
||||
case 'I':
|
||||
buf = omit_spaces(buf);
|
||||
switch(*buf){
|
||||
switch(*buf++){
|
||||
case 'a':
|
||||
return chaddr(buf);
|
||||
case 'r':
|
||||
|
||||
Reference in New Issue
Block a user