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.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/demos/STM32/RT-STM32F072RB-NUCLEO64/main.c b/demos/STM32/RT-STM32F072RB-NUCLEO64/main.c
index 8c7e13d5a..008949cd8 100644
--- a/demos/STM32/RT-STM32F072RB-NUCLEO64/main.c
+++ b/demos/STM32/RT-STM32F072RB-NUCLEO64/main.c
@@ -1,5 +1,5 @@
/*
- ChibiOS - Copyright (C) 2006..2016 Giovanni Di Sirio
+ ChibiOS - Copyright (C) 2006..2018 Giovanni Di Sirio
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@@ -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.