Browse Source

AP_RangeFinder: comment out no-loner-used PX4 enum entry

c415-sdk
Peter Barker 5 years ago committed by Andrew Tridgell
parent
commit
adcfb60850
  1. 2
      libraries/AP_RangeFinder/AP_RangeFinder.h

2
libraries/AP_RangeFinder/AP_RangeFinder.h

@ -53,7 +53,7 @@ public: @@ -53,7 +53,7 @@ public:
ANALOG = 1,
MBI2C = 2,
PLI2C = 3,
PX4 = 4,
// PX4 = 4, // no longer used, but may be in some user's parameters
PX4_PWM= 5,
BBB_PRU= 6,
LWI2C = 7,

Loading…
Cancel
Save