mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-29 02:21:44 +00:00
[wpilibc] ADIS IMUs: Fix memory leak (#4170)
This commit is contained in:
@@ -285,6 +285,10 @@ class ADIS16448_IMU : public nt::NTSendable,
|
||||
double gyro_rate_z = 0.0;
|
||||
};
|
||||
|
||||
/** @brief Internal Resources **/
|
||||
DigitalInput* m_reset_in;
|
||||
DigitalOutput* m_status_led;
|
||||
|
||||
bool SwitchToStandardSPI();
|
||||
|
||||
bool SwitchToAutoSPI();
|
||||
|
||||
Reference in New Issue
Block a user