mirror of
https://github.com/eddyem/stm32samples.git
synced 2026-05-07 13:26:56 +03:00
fixed small bug
This commit is contained in:
Binary file not shown.
@@ -411,7 +411,7 @@ const char *parse_cmd(char *buf, int sendto){
|
|||||||
break;
|
break;
|
||||||
case 'I':
|
case 'I':
|
||||||
buf = omit_spaces(buf);
|
buf = omit_spaces(buf);
|
||||||
switch(*buf){
|
switch(*buf++){
|
||||||
case 'a':
|
case 'a':
|
||||||
return chaddr(buf);
|
return chaddr(buf);
|
||||||
case 'r':
|
case 'r':
|
||||||
|
|||||||
@@ -1,2 +1,2 @@
|
|||||||
#define BUILD_NUMBER "44"
|
#define BUILD_NUMBER "45"
|
||||||
#define BUILD_DATE "2025-10-06"
|
#define BUILD_DATE "2026-05-01"
|
||||||
|
|||||||
Reference in New Issue
Block a user