mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-03-11 17:13:56 -03:00
AP_InertialSensor: remove voiding of parameter
Clearly this is used - we pass it down
This commit is contained in:
parent
003fef229c
commit
80e70b2fb4
@ -564,7 +564,6 @@ uint8_t AP_InertialSensor_Invensensev2::_register_read(uint16_t reg)
|
||||
|
||||
void AP_InertialSensor_Invensensev2::_register_write(uint16_t reg, uint8_t val, bool checked)
|
||||
{
|
||||
(void)checked;
|
||||
_dev->write_bank_register(GET_BANK(reg), GET_REG(reg), val, checked);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user