Skip to content

Commit

Permalink
Fix header typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hayschan committed May 25, 2024
1 parent 3fab0b3 commit d128f95
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions include/AutoPID-for-ESP-IDF.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#ifndef AUTOPID_H
#define AUTOPID_H
#ifndef AUTOPID_FOR_ESP_IDF_H
#define AUTOPID_FOR_ESP_IDF_H

#include <cmath>
#include <algorithm>
Expand Down Expand Up @@ -207,4 +207,4 @@ class AutoPIDRelay : public AutoPID {
double _pulseValue;
};//class AutoPIDRelay

#endif // AUTOPID_H
#endif // AUTOPID_FOR_ESP_IDF_H

0 comments on commit d128f95

Please sign in to comment.