mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-07-04 03:11:43 +00:00
[wpilibc] ADIS16448, ADIS16470: Initialize member pointers (#6282)
This commit is contained in:
@@ -350,8 +350,8 @@ class ADIS16448_IMU : public wpi::Sendable,
|
||||
};
|
||||
|
||||
/** @brief Internal Resources **/
|
||||
DigitalInput* m_reset_in;
|
||||
DigitalOutput* m_status_led;
|
||||
DigitalInput* m_reset_in = nullptr;
|
||||
DigitalOutput* m_status_led = nullptr;
|
||||
|
||||
bool SwitchToStandardSPI();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user