This commit is contained in:
sciencewhiz
2022-12-21 06:53:00 -08:00
committed by GitHub
parent dd8ecfdd54
commit d20594db0d
20 changed files with 30 additions and 25 deletions

View File

@@ -689,7 +689,8 @@ int ADIS16448_IMU::ConfigDecRate(uint16_t DecimationSetting) {
/* Check max */
if (DecimationSetting > 9) {
REPORT_ERROR("Attemted to write an invalid decimation value. Capping at 9");
REPORT_ERROR(
"Attempted to write an invalid decimation value. Capping at 9");
DecimationSetting = 9;
}