Skip to content

Commit

Permalink
Fix include for TimeoutHelper
Browse files Browse the repository at this point in the history
  • Loading branch information
tbnobody committed Apr 1, 2024
1 parent 8add226 commit 7186900
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/Hoymiles/src/HoymilesRadio.h
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
// SPDX-License-Identifier: GPL-2.0-or-later
#pragma once

#include "TimeoutHelper.h"
#include "commands/CommandAbstract.h"
#include "types.h"
#include <memory>
#include <ThreadSafeQueue.h>
#include <TimeoutHelper.h>
#include <memory>

class HoymilesRadio {
public:
Expand Down Expand Up @@ -43,4 +43,4 @@ class HoymilesRadio {
bool _busyFlag = false;

TimeoutHelper _rxTimeout;
};
};

0 comments on commit 7186900

Please sign in to comment.