Skip to content

Commit

Permalink
fix(ra): use AC ESS for RA 3 (#7719)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukecologne committed Jan 17, 2023
1 parent 841f090 commit 986fd65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/systems/a380_systems/src/navigation.rs
Expand Up @@ -54,7 +54,7 @@ impl A380RadioAltimeters {
radio_altimeter_3: A380RadioAltimeter::new(
context,
3,
ElectricalBusType::AlternatingCurrent(2),
ElectricalBusType::AlternatingCurrentEssential,
AntennaInstallation::new(
Length::new::<foot>(14.75) - Length::new::<meter>(4.27),
Length::new::<meter>(15.90),
Expand Down

0 comments on commit 986fd65

Please sign in to comment.