mirror of https://github.com/ArduPilot/ardupilot
AP_FETtecOneWire: fixed build on periph
This commit is contained in:
parent
1144036a8d
commit
4c2ca1e028
|
@ -154,7 +154,7 @@ void AP_FETtecOneWire::init()
|
|||
}
|
||||
_invalid_mask = false; // mask is good
|
||||
|
||||
gcs().send_text(MAV_SEVERITY_INFO, "FETtec: allocated %u motors", _esc_count);
|
||||
GCS_SEND_TEXT(MAV_SEVERITY_INFO, "FETtec: allocated %u motors", _esc_count);
|
||||
|
||||
// We expect to be able to send a fast-throttle command in each loop.
|
||||
// 8 bits - OneWire Header
|
||||
|
|
Loading…
Reference in New Issue