Skip to content

Commit

Permalink
Fixing compilation error when using Platformio (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
FricoRico authored Feb 20, 2024
1 parent 03d493b commit 356fc23
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/LeanTask.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#pragma once
#include <Arduino.h>
#include "AbstractTask.h"

class LeanTask : public AbstractTask {
public:
Expand Down

0 comments on commit 356fc23

Please sign in to comment.