diff --git a/libraries/PID/PID.h b/libraries/PID/PID.h index 47a5bc01b3..cf35c5860a 100644 --- a/libraries/PID/PID.h +++ b/libraries/PID/PID.h @@ -2,9 +2,7 @@ /// @file PID.h /// @brief Generic PID algorithm, with EEPROM-backed storage of constants. - -#ifndef __PID_H__ -#define __PID_H__ +#pragma once #include #include @@ -120,5 +118,3 @@ private: /// static const uint8_t _fCut = 20; }; - -#endif