暂存,test函数

This commit is contained in:
stark1898y 2025-06-04 14:04:50 +08:00
parent 4ceba2d715
commit b33706bdd9
1 changed files with 2 additions and 1 deletions

View File

@ -318,7 +318,8 @@ uint8_t bcd_to_dec(uint8_t bcd)
int test(int argc, char **argv)
{
uint8_t b = atoi(argv[1]);
uint8_t a = atoi(argv[1]);
rt_uint8_t b = a;
LOG_D("in = 0x%02X, %d", a, a);
b = a;