General cleanups for HAL

2.0.x
Scott Lahteine 7 years ago
parent 42933c804a
commit 2c18faf3e4

@ -1,5 +1,5 @@
#ifndef HAL_Servo_Teensy_h
#define HAL_Servo_Teensy_h
#ifndef _HAL_SERVO_TEENSY_H_
#define _HAL_SERVO_TEENSY_H_
#include <Servo.h>
@ -15,4 +15,4 @@ class libServo : public Servo {
uint8_t servoIndex; // index into the channel data for this servo
};
#endif // HAL_Servo_Teensy_h
#endif // _HAL_SERVO_TEENSY_H_

Loading…
Cancel
Save