diff options
author | Eugene Krashtan <eug.krashtan@gmail.com> | 2019-03-28 16:21:51 +0200 |
---|---|---|
committer | KevinOConnor <kevin@koconnor.net> | 2019-03-28 10:21:51 -0400 |
commit | c7330e07a4701a64fd0624f0dfd017f83fa8eb44 (patch) | |
tree | 04f5c28199e1bd1d90d1241842a5b9d2f147a0a8 /src/stm32f0/log.c | |
parent | 312cabc3f7ccaa4a7011260b8f9484d0ee64f6ac (diff) | |
download | kutter-c7330e07a4701a64fd0624f0dfd017f83fa8eb44.tar.gz kutter-c7330e07a4701a64fd0624f0dfd017f83fa8eb44.tar.xz kutter-c7330e07a4701a64fd0624f0dfd017f83fa8eb44.zip |
stm32f0: Various fixes according to comment: (#1453)
* Copyright in log.c
* GPIO check completely removed
* generic/timer_irq added
* Change in doc section
Signed-off-by: Eugene Krashtan <eug.krashtan@gmail.com>
Diffstat (limited to 'src/stm32f0/log.c')
-rw-r--r-- | src/stm32f0/log.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/stm32f0/log.c b/src/stm32f0/log.c index cbfb00cf..be9c48b1 100644 --- a/src/stm32f0/log.c +++ b/src/stm32f0/log.c @@ -3,8 +3,8 @@ * This file not required for regular Klipper usage, but hw/sw developer * can use USART TX pin instead SWO for debugging purposes * - * Created on: Jan 17, 2019 - * Author: eug + * Copyright (C) 2019 Eug Krashtan <eug.krashtan@gmail.com> + * This file may be distributed under the terms of the GNU GPLv3 license. */ #include "string.h" |