AP_FETtecOneWire: fixed build on periph

This commit is contained in:
Andrew Tridgell 2023-08-19 16:10:02 +10:00 committed by Peter Barker
parent 1144036a8d
commit 4c2ca1e028
1 changed files with 1 additions and 1 deletions

View File

@ -154,7 +154,7 @@ void AP_FETtecOneWire::init()
} }
_invalid_mask = false; // mask is good _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. // We expect to be able to send a fast-throttle command in each loop.
// 8 bits - OneWire Header // 8 bits - OneWire Header