mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-26 01:51:41 +00:00
[wpilibc] Fix typo in hardware version for REV PDH (#3969)
This commit is contained in:
committed by
GitHub
parent
700f13bffd
commit
7ea1be9c01
@@ -124,8 +124,8 @@ class PowerDistribution : public wpi::Sendable,
|
||||
uint32_t FirmwareMajor;
|
||||
uint32_t FirmwareMinor;
|
||||
uint32_t FirmwareFix;
|
||||
uint32_t FardwareMinor;
|
||||
uint32_t FardwareMajor;
|
||||
uint32_t HardwareMinor;
|
||||
uint32_t HardwareMajor;
|
||||
uint32_t UniqueId;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user