mcu_hi3321_watch/application/wearable/xts_adapt/cjson_adapt.c
2025-05-26 20:15:20 +08:00

6 lines
83 B
C

#include "stdio.h"
void xts_test_output_char(char a)
{
printf("%c", a);
}