Browse Source

General cleanups for HAL

pull/1/head
Scott Lahteine 7 years ago
parent
commit
2c18faf3e4
  1. 6
      Marlin/src/HAL/HAL_TEENSY35_36/HAL_Servo_Teensy.h

6
Marlin/src/HAL/HAL_TEENSY35_36/HAL_Servo_Teensy.h

@ -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…
Cancel
Save