各类信息只显示一次,错误不显示

This commit is contained in:
wantong
2024-01-31 15:52:34 +08:00
parent c5b2a4e98b
commit 1a6dcfe14e
18 changed files with 4822 additions and 4764 deletions

View File

@ -7,5 +7,5 @@
void Control_St(uint8_t st_time){
int st= 0;
st = st_time;
printf("st = %d\n",st);
printf("St = %d\n",st);
}