Skip to content

Commit e8fa199

Browse files
committed
Remove conditional include of servos. Not sure why it was added but if its required, I would like to do a better job of it
1 parent 390212f commit e8fa199

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

src/internal/Servos.h

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,11 @@
11
#ifndef __DCSBIOS_SERVOS_H
22
#define __DCSBIOS_SERVOS_H
33

4-
#ifdef Servo_h
5-
64
#include "Arduino.h"
75
#include "ExportStreamListener.h"
86
#include <Servo.h>
97

10-
11-
12-
138
namespace DcsBios {
14-
15-
16-
179
class ServoOutput : public Int16Buffer {
1810
private:
1911
void onDcsBiosFrameSync();
@@ -58,6 +50,4 @@ namespace DcsBios {
5850
};
5951
}
6052

61-
#endif
62-
6353
#endif

0 commit comments

Comments
 (0)