mirror of https://github.com/ArduPilot/ardupilot
AP_SBusOut: turn off SBUS_DEBUG
This commit is contained in:
parent
5a417e3152
commit
8d70255b8b
|
@ -43,7 +43,7 @@
|
|||
|
||||
extern const AP_HAL::HAL& hal;
|
||||
|
||||
#define SBUS_DEBUG 1
|
||||
#define SBUS_DEBUG 0
|
||||
|
||||
// SBUS1 constant definitions
|
||||
// pulse widths measured using FrSky Sbus/PWM converter
|
||||
|
|
Loading…
Reference in New Issue