Skip to content

Commit

Permalink
Fix up includes
Browse files Browse the repository at this point in the history
  • Loading branch information
hhvrc committed Oct 25, 2024
1 parent 0257b2e commit b1d1cb8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/EStopManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,20 @@
const char* const TAG = "EStopManager";

#include "Chipset.h"
#include "CommandHandler.h"
#include "config/Config.h"
#include "events/Events.h"
#include "Logging.h"
#include "SimpleMutex.h"
#include "Time.h"
#include "util/TaskUtils.h"
#include "VisualStateManager.h"

#include <driver/gpio.h>
#include <freertos/queue.h>
#include <freertos/task.h>
#include <freertos/timers.h>

#include <cstdint>

using namespace OpenShock;

const uint32_t k_estopHoldToClearTime = 5000;
Expand Down

0 comments on commit b1d1cb8

Please sign in to comment.