Skip to content

Commit c963f0e

Browse files
committed
use modern include guard
1 parent 12ea311 commit c963f0e

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/arduino-timer.h

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,7 @@
3232
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
3333
*/
3434

35-
#ifndef _KPF_ARDUINO_TIMER_H__
36-
#define _KPF_ARDUINO_TIMER_H__
35+
#pragma once
3736

3837
#include <Arduino.h>
3938

@@ -245,5 +244,3 @@ create_default()
245244
}
246245

247246
};
248-
249-
#endif

0 commit comments

Comments
 (0)