Skip to content

Commit

Permalink
Lee: address build error for flapper
Browse files Browse the repository at this point in the history
  • Loading branch information
whoenig committed Jan 30, 2024
1 parent 82e25d6 commit c9ffb0d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/modules/src/power_distribution_flapper.c
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,7 @@ uint32_t powerDistributionGetIdleThrust() {
float powerDistributionGetMaxThrust() {
// Unknown
ASSERT(false);
return 0.0f;
}

/**
Expand Down

0 comments on commit c9ffb0d

Please sign in to comment.