aboutsummaryrefslogtreecommitdiffstats
path: root/demos/STM32/RT-STM32F072RB-NUCLEO64/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'demos/STM32/RT-STM32F072RB-NUCLEO64/main.c')
-rw-r--r--demos/STM32/RT-STM32F072RB-NUCLEO64/main.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/demos/STM32/RT-STM32F072RB-NUCLEO64/main.c b/demos/STM32/RT-STM32F072RB-NUCLEO64/main.c
index 8cba7d7a7..008949cd8 100644
--- a/demos/STM32/RT-STM32F072RB-NUCLEO64/main.c
+++ b/demos/STM32/RT-STM32F072RB-NUCLEO64/main.c
@@ -16,7 +16,6 @@
#include "ch.h"
#include "hal.h"
-#include "chprintf.h"
#include "rt_test_root.h"
#include "oslib_test_root.h"
@@ -55,7 +54,6 @@ int main(void) {
* Activates the serial driver 2 using the driver default configuration.
*/
sdStart(&SD2, NULL);
- chprintf((BaseSequentialStream *)&SD2, "SYSCLK=%u\r\n", STM32_SYSCLK);
/*
* Creates the blinker thread.