PlanetaryRobotics / IrisRoverPackage

Complete software package for the Iris Lunar Rover (CMU).
GNU General Public License v3.0
14 stars 2 forks source link

`WatchdogResetRequest` FPrime port enum isn't synced with `Reset_Specific ` enum in `WatchDogInterface` component (and WD). #190

Open zCoCo opened 1 year ago

zCoCo commented 1 year ago

WatchdogResetRequest FPrime port enum isn't synced with Reset_Specific enum in WatchDogInterface component (and WD). For technical completeness, this should be fixed or removed. Fortunately, it shouldn't lead to any issues in the current code base since it's only used by the CompResetRequest port (which is deprecated and no-op atm).

Port can be found here.

NOTE: A fix for this isn't very important. This Issue is mainly just for documentation of a non-conformance.