From 93cc46ba83cd614b4045448f7be75c1e21322ec2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?King=20K=C3=A9vin?= Date: Fri, 28 Oct 2022 12:53:01 +0200 Subject: [PATCH] tm1637: port to STM32F4 --- lib/led_tm1637.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/led_tm1637.h b/lib/led_tm1637.h index 6559234..0a5803b 100644 --- a/lib/led_tm1637.h +++ b/lib/led_tm1637.h @@ -2,12 +2,11 @@ * @file * @author King Kévin * @copyright SPDX-License-Identifier: GPL-3.0-or-later - * @date 2017-2020 + * @date 2017-2022 * @note peripherals used: GPIO @ref led_tm1637_gpio, timer @ref led_tm1637_timer * @warning all calls are blocking */ #pragma once -#error not converted for STM32F4 /** display brightness levels */