mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-07-03 03:01:44 +00:00
Fix javadoc typo (#403)
This commit is contained in:
committed by
Peter Johnson
parent
323d68d460
commit
626220e9f3
@@ -100,7 +100,7 @@ int DigitalOutput::GetChannel() const { return m_channel; }
|
||||
* Send a single pulse on the digital output line where the pulse duration is
|
||||
* specified in seconds. Maximum pulse length is 0.0016 seconds.
|
||||
*
|
||||
* @param length The pulselength in seconds
|
||||
* @param length The pulse length in seconds
|
||||
*/
|
||||
void DigitalOutput::Pulse(double length) {
|
||||
if (StatusIsFatal()) return;
|
||||
|
||||
Reference in New Issue
Block a user