From c017462357f4c4e93e13df0ca09c6ed266885536 Mon Sep 17 00:00:00 2001 From: "tom.tiltmann" <tom.tiltmann@th-koeln.de> Date: Sun, 18 Dec 2022 13:02:36 +0100 Subject: [PATCH] #ifndef LEDCONTROLLER_H --- led_controller.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/led_controller.h b/led_controller.h index 1df9ab7..daa7dd2 100644 --- a/led_controller.h +++ b/led_controller.h @@ -1,3 +1,6 @@ +#ifndef LEDCONTROLLER_H +#define LEDCONTROLLER_H + class LEDController { public: @@ -112,4 +115,6 @@ private: int8_t active_chain_index = 0; uint32_t timestamp; int8_t direction = -1; -}; \ No newline at end of file +}; + +#endif \ No newline at end of file -- GitLab