Commit 2c953dd1 authored by 薛小虎's avatar 薛小虎

feat: 屏蔽printf

parent 99a27a4f
......@@ -345,7 +345,7 @@ void Uart_Send_Id12_Pro(void )
if(ID12[15] != 0xff)
{
printf("hour = %d, minute = %d, SEC = %d\n", ID12[15], ID12[16], ID12[17]);
// printf("hour = %d, minute = %d, SEC = %d\n", ID12[15], ID12[16], ID12[17]);
}
Protocol_Send(0x12, ID12, PROTOCOL_ID_12_DATA_LEN);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment