mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-20 00:51:42 +00:00
Fix typos (#4839)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user