General cleanups for HAL

This commit is contained in:
Scott Lahteine 2018-01-15 02:29:23 -06:00
parent 42933c804a
commit 2c18faf3e4
7 changed files with 70 additions and 70 deletions

View File

@ -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_