BigW Consortium Gitlab

Commit 7b20da22 by Gabor Kiss-Vamosi

remove debug printf

parent eb376899
...@@ -85,8 +85,6 @@ void lv_math_num_to_str(int32_t num, char * buf) ...@@ -85,8 +85,6 @@ void lv_math_num_to_str(int32_t num, char * buf)
} }
(*buf) = '\0'; (*buf) = '\0';
printf("Input decimal or binary: %d\nOutput BCD: %X\nOutput str: %s\n", num, output, buf_ori);
} }
/********************** /**********************
......
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