General cleanups for HAL
This commit is contained in:
parent
42933c804a
commit
2c18faf3e4
@ -1,5 +1,5 @@
|
|||||||
#ifndef HAL_Servo_Teensy_h
|
#ifndef _HAL_SERVO_TEENSY_H_
|
||||||
#define HAL_Servo_Teensy_h
|
#define _HAL_SERVO_TEENSY_H_
|
||||||
|
|
||||||
#include <Servo.h>
|
#include <Servo.h>
|
||||||
|
|
||||||
@ -15,4 +15,4 @@ class libServo : public Servo {
|
|||||||
uint8_t servoIndex; // index into the channel data for this servo
|
uint8_t servoIndex; // index into the channel data for this servo
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif // HAL_Servo_Teensy_h
|
#endif // _HAL_SERVO_TEENSY_H_
|
||||||
|
Loading…
x
Reference in New Issue
Block a user