From 148ae858b508bde3c1d5c7dddc2dd031a4aea2ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jasper=20G=C3=BCldenstein?= Date: Sun, 15 Nov 2020 17:25:26 +0100 Subject: [PATCH] more incr incoder fixed :D --- keil_project/Services/IncrEncoder.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/keil_project/Services/IncrEncoder.h b/keil_project/Services/IncrEncoder.h index baa8973..f622ac2 100644 --- a/keil_project/Services/IncrEncoder.h +++ b/keil_project/Services/IncrEncoder.h @@ -2,7 +2,7 @@ ****************************************************************************** * @file IncrEncoder.h * @author CAVAILLES, Kevin and GÜLDENSTEIN, Jasper - * @brief Service for using the RF Module to transmit characters. + * @brief Service for reading the incremental encoder. ****************************************************************************** */ #ifndef INCR_ENCODER_H