Skip to content

Commit

Permalink
PLATFORM_OTHER added to enum
Browse files Browse the repository at this point in the history
  • Loading branch information
DzikuVx committed Apr 4, 2018
1 parent 87092ac commit 37049a3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/flight/mixer.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ typedef enum {
PLATFORM_HELICOPTER = 2,
PLATFORM_TRICOPTER = 3,
PLATFORM_ROVER = 4,
PLATFORM_BOAT = 5
PLATFORM_BOAT = 5,
PLATFORM_OTHER = 6
} flyingPlatformType_e;

#define DEFAULT_MIXER MIXER_QUADX
Expand Down

0 comments on commit 37049a3

Please sign in to comment.