mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-30 02:31:44 +00:00
Prepends all HAL functions with HAL_ (#146)
This commit is contained in:
committed by
Peter Johnson
parent
5ad28d58ec
commit
b637b9ee4c
@@ -33,7 +33,7 @@ class AnalogTrigger : public SensorBase {
|
||||
|
||||
private:
|
||||
uint8_t m_index;
|
||||
HalAnalogTriggerHandle m_trigger;
|
||||
HAL_AnalogTriggerHandle m_trigger;
|
||||
AnalogInput* m_analogInput = nullptr;
|
||||
bool m_ownsAnalog = false;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user