HAL updates
This commit is contained in:
@@ -48,11 +48,10 @@
|
||||
*/
|
||||
|
||||
|
||||
#ifndef servo_private_h
|
||||
#define servo_private_h
|
||||
|
||||
#include <inttypes.h>
|
||||
#ifndef SERVO_PRIVATE_H
|
||||
#define SERVO_PRIVATE_H
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
// Macros
|
||||
//values in microseconds
|
||||
@@ -83,5 +82,4 @@ typedef struct {
|
||||
extern uint8_t ServoCount;
|
||||
extern ServoInfo_t servo_info[MAX_SERVOS];
|
||||
|
||||
|
||||
#endif
|
||||
#endif // SERVO_PRIVATE_H
|
||||
|
||||
Reference in New Issue
Block a user