mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 14:38:30 -04:00
AP_Logger: disable float-mult-zero sanity check for the time being
This commit is contained in:
parent
ae85994c59
commit
cd0265644d
@ -368,7 +368,7 @@ bool AP_Logger::validate_structure(const struct LogStructure *logstructure, cons
|
||||
}
|
||||
|
||||
// ensure any float has a multiplier of zero
|
||||
if (passed) {
|
||||
if (false && passed) {
|
||||
for (uint8_t j=0; j<strlen(logstructure->multipliers); j++) {
|
||||
const char fmt = logstructure->format[j];
|
||||
if (fmt != 'f') {
|
||||
|
Loading…
Reference in New Issue
Block a user