Skip to content

Commit d3b39ab

Browse files
committed
Added option DCSBIOS_DISABLE_SERVO
1 parent e35b633 commit d3b39ab

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/DcsBios.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,9 @@ do not come with their own build system, we are just putting everything into the
125125
#include "internal/Potentiometers.h"
126126
#include "internal/RotarySyncingPotentiometer.h"
127127
#include "internal/Leds.h"
128+
#ifndef DCSBIOS_DISABLE_SERVO
128129
#include "internal/Servos.h"
130+
#endif
129131
#include "internal/Dimmer.h"
130132
#include "internal/BcdWheels.h"
131133
#include "internal/AnalogMultiPos.h"

0 commit comments

Comments
 (0)