mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-28 02:11:43 +00:00
Prepends all HAL functions with HAL_ (#146)
This commit is contained in:
committed by
Peter Johnson
parent
5ad28d58ec
commit
b637b9ee4c
@@ -81,7 +81,7 @@ class AnalogInput : public SensorBase,
|
||||
private:
|
||||
uint32_t m_channel;
|
||||
// TODO: Adjust HAL to avoid use of raw pointers.
|
||||
HalAnalogInputHandle m_port;
|
||||
HAL_AnalogInputHandle m_port;
|
||||
int64_t m_accumulatorOffset;
|
||||
|
||||
std::shared_ptr<ITable> m_table;
|
||||
|
||||
Reference in New Issue
Block a user