From f5cfeb53d29b3d34064a0322e021a81a16435039 Mon Sep 17 00:00:00 2001 From: yelvlab Date: Mon, 25 Aug 2025 17:33:32 +0800 Subject: [PATCH] test --- Src/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Src/main.c b/Src/main.c index 9785e69..a02b191 100644 --- a/Src/main.c +++ b/Src/main.c @@ -63,7 +63,7 @@ int main(void) ultrasonic_config(); ultrasonic_pwm_out_cycles(); - printf("Flash size: %d Kbytes\n", get_flash_size()); + // printf("Flash size: %d Kbytes\n", get_flash_size()); #ifdef DEBUG_VERBOSE char hello_world[] = {"Hello World!\r\n"};