Skip to content

Commit

Permalink
Add include guards
Browse files Browse the repository at this point in the history
  • Loading branch information
MCUdude committed Jan 4, 2023
1 parent d76504d commit 1734ec6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions avr/libraries/Servo/src/ServoTimers.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@
* --------------------
*/

#ifndef SERVOTIMERS_H
#define SERVOTIMERS_H

// Say which 16 bit timers can be used and in what order

// MegaCore
Expand Down Expand Up @@ -73,3 +76,5 @@ typedef enum { _timer5, _timer1, _timer3, _timer4, _Nbr_16timers } timer16_Seque
#define _useTimer1
typedef enum { _timer1, _Nbr_16timers } timer16_Sequence_t;
#endif

#endif

0 comments on commit 1734ec6

Please sign in to comment.