From fe91019b8596cb36eb88da9c110c9ab4030dc1dc Mon Sep 17 00:00:00 2001 From: Stuart Peter Hermes <stuart_peter.hermes@smail.th-koeln.de> Date: Fri, 3 Nov 2023 14:24:21 +0100 Subject: [PATCH] Update file thk_ledstrip_controller.cpp --- thk_ledstrip_controller.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/thk_ledstrip_controller.cpp b/thk_ledstrip_controller.cpp index 9af9302..98f1d2f 100644 --- a/thk_ledstrip_controller.cpp +++ b/thk_ledstrip_controller.cpp @@ -1,4 +1,4 @@ -#include "thk_ledStrip_controller.h" +#include "thk_ledstrip_controller.h" thk_LedStripController::thk_LedStripController(const uint16_t MAX_LED_NUMBER, const uint16_t DATA_PIN, uint8_t brightness): MAX_LED_NUMBER(MAX_LED_NUMBER), DATA_PIN(DATA_PIN), brightness(brightness) {} -- GitLab