mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-20 00:51:42 +00:00
Fix typo in temperature (#1940)
This commit is contained in:
committed by
Peter Johnson
parent
ec9738245d
commit
7bd69e591c
@@ -38,6 +38,6 @@ public class Robot extends TimedRobot {
|
||||
/*
|
||||
* Retrieves the temperature of the PDP, in degrees Celsius.
|
||||
*/
|
||||
SmartDashboard.putNumber("Temprature", m_pdp.getTemperature());
|
||||
SmartDashboard.putNumber("Temperature", m_pdp.getTemperature());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user