Skip to content

Commit

Permalink
fix_apu_case
Browse files Browse the repository at this point in the history
  • Loading branch information
FatihKoz committed Nov 11, 2024
1 parent cf5b5bc commit cd28914
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/aircraft/FenixA320.ts
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ export default class FenixA320 extends AircraftConfig {
return (b1 === 1 && b2 === 1) || ext_pwr === 1
}

APU(master_switch: number, avail_status: number): FeatureState {
apu(master_switch: number, avail_status: number): FeatureState {
return master_switch === 1 && avail_status === 1
}

Expand Down

0 comments on commit cd28914

Please sign in to comment.