From 8ce071fd57104cdd39fb055f3015470a99934f55 Mon Sep 17 00:00:00 2001 From: marcelb Date: Thu, 28 Mar 2024 19:30:31 +0100 Subject: [PATCH] Fix error --- lib/rotor.hpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/rotor.hpp b/lib/rotor.hpp index c832df7..3b86959 100644 --- a/lib/rotor.hpp +++ b/lib/rotor.hpp @@ -175,11 +175,13 @@ class rotor { }; +} + + /** * It is intended that there is only one global declaration */ static rotor _rotor; -} /** * Core class for pure async timer functions