diff --git a/smart_bridge/src/tasks/CheckOutTask.h b/smart_bridge/src/tasks/CheckOutTask.h index be9086c..b61a266 100644 --- a/smart_bridge/src/tasks/CheckOutTask.h +++ b/smart_bridge/src/tasks/CheckOutTask.h @@ -32,6 +32,7 @@ class CheckOutTask : public DependantTaskWithState */ void tick() override; +private: /** * @brief Handles the turning on of the L3 LED. * @@ -46,7 +47,6 @@ class CheckOutTask : public DependantTaskWithState */ void handleOpensGate(); -private: /** * @brief Enum for the possible states of the task. *