From 4e2aec2d8165a64a6e3674a9e501c4b6eddbd624 Mon Sep 17 00:00:00 2001 From: Akram Date: Thu, 22 Aug 2024 11:54:37 +0200 Subject: [PATCH] Fix missing semicolon --- lib/APPReinforcementLearning/src/App.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/APPReinforcementLearning/src/App.h b/lib/APPReinforcementLearning/src/App.h index 2683c30..846292d 100644 --- a/lib/APPReinforcementLearning/src/App.h +++ b/lib/APPReinforcementLearning/src/App.h @@ -150,12 +150,12 @@ class App * * @return If successful returns true, otherwise false. */ - bool setupSerialMuxProt() + bool setupSerialMuxProt(); /** * Send line sensors data via SerialMuxProt. */ - void sendLineSensorsData() ; + void sendLineSensorsData(); /** * Copy construction of an instance.