Skip to content

Commit

Permalink
Merge pull request #10201 from sensei-hacker/remove_used_platform_other
Browse files Browse the repository at this point in the history
mixer.h: PLATFORM_OTHER isn't valid, remove
  • Loading branch information
DzikuVx authored Jul 7, 2024
2 parents e6c31d8 + 798f1ac commit 928b973
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/main/flight/mixer.h
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,7 @@ typedef enum {
PLATFORM_HELICOPTER = 2,
PLATFORM_TRICOPTER = 3,
PLATFORM_ROVER = 4,
PLATFORM_BOAT = 5,
PLATFORM_OTHER = 6
PLATFORM_BOAT = 5
} flyingPlatformType_e;


Expand Down Expand Up @@ -132,4 +131,4 @@ void stopPwmAllMotors(void);
void loadPrimaryMotorMixer(void);
bool areMotorsRunning(void);

uint16_t getMaxThrottle(void);
uint16_t getMaxThrottle(void);

0 comments on commit 928b973

Please sign in to comment.