aboutsummaryrefslogtreecommitdiffstats
path: root/demos/STM32/RT-STM32F072RB-NUCLEO64/main.c
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2018-10-21 16:24:40 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2018-10-21 16:24:40 +0000
commitbc9ab0217963d7ee5a2226a10d567cd4a34ede1f (patch)
treef953ddce1e801eb197b639fdad110d8e722595a8 /demos/STM32/RT-STM32F072RB-NUCLEO64/main.c
parentbe07b2e96c470ee552a27d1ffffa5672a3b47ba0 (diff)
downloadChibiOS-bc9ab0217963d7ee5a2226a10d567cd4a34ede1f.tar.gz
ChibiOS-bc9ab0217963d7ee5a2226a10d567cd4a34ede1f.tar.bz2
ChibiOS-bc9ab0217963d7ee5a2226a10d567cd4a34ede1f.zip
Updated F0 demos
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12380 110e8d01-0319-4d1e-a829-52ad28d1bb01
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.