Skip to content

Commit

Permalink
Fixed TRANSPONDER message comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
martinbudden committed Mar 1, 2016
1 parent 65e41b6 commit 771b8e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/io/serial_msp.h
Original file line number Diff line number Diff line change
Expand Up @@ -164,8 +164,8 @@ static const char * const boardIdentifier = TARGET_BOARD_IDENTIFIER;
#define MSP_BLACKBOX_CONFIG 80 //out message Get blackbox settings
#define MSP_SET_BLACKBOX_CONFIG 81 //in message Set blackbox settings

#define MSP_TRANSPONDER_CONFIG 82 //in message Get transponder settings
#define MSP_SET_TRANSPONDER_CONFIG 83 //out message Set transponder settings
#define MSP_TRANSPONDER_CONFIG 82 //out message Get transponder settings
#define MSP_SET_TRANSPONDER_CONFIG 83 //in message Set transponder settings

//
// Baseflight MSP commands (if enabled they exist in Cleanflight)
Expand Down

0 comments on commit 771b8e5

Please sign in to comment.