mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-30 02:31:44 +00:00
Update docs for C++ (fixes artf3761 and artf3953)
Change-Id: Ic0c4ac8494cadff13461d9bb8b5943cd87619f0a
This commit is contained in:
@@ -12,7 +12,7 @@ Resource *SolenoidBase::m_allocated = NULL;
|
||||
/**
|
||||
* Constructor
|
||||
*
|
||||
* @param moduleNumber The solenoid module (1 or 2).
|
||||
* @param moduleNumber The CAN PCM ID.
|
||||
*/
|
||||
SolenoidBase::SolenoidBase(uint8_t moduleNumber)
|
||||
: m_moduleNumber (moduleNumber)
|
||||
|
||||
Reference in New Issue
Block a user