From ce9d9d840b6c54745155abb589fe4f09e6447252 Mon Sep 17 00:00:00 2001 From: CommanderRedYT Date: Thu, 24 Mar 2022 22:13:39 +0100 Subject: [PATCH] fixed namespace --- main/bobbyquickactions.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/main/bobbyquickactions.h b/main/bobbyquickactions.h index 47ddb9c..53dd84e 100644 --- a/main/bobbyquickactions.h +++ b/main/bobbyquickactions.h @@ -24,8 +24,6 @@ namespace quickactions { void handle_bobby_quickaction(espgui::Button button, bool pressed = true); -} // namespace quickactions - // functions void open_garage(); void blink_left();