Prepends all HAL functions with HAL_ (#146)

This commit is contained in:
Thad House
2016-07-09 00:24:26 -07:00
committed by Peter Johnson
parent 5ad28d58ec
commit b637b9ee4c
162 changed files with 2855 additions and 2747 deletions

View File

@@ -41,7 +41,7 @@ class Solenoid : public SolenoidBase,
std::shared_ptr<ITable> GetTable() const;
private:
HalSolenoidHandle m_solenoidHandle = HAL_INVALID_HANDLE;
HAL_SolenoidHandle m_solenoidHandle = HAL_kInvalidHandle;
uint32_t m_channel; ///< The channel on the module to control.
std::shared_ptr<ITable> m_table;
};