Subversion Repositories NaviCtrl

Compare Revisions

Ignore whitespace Rev 615 → Rev 616

/trunk/main.h
36,7 → 36,7
// 18 = S
 
#ifndef FOLLOW_ME
#define FC_SPI_COMPATIBLE 74 // <------------------
#define FC_SPI_COMPATIBLE 75 // <------------------
#else
#define FC_SPI_COMPATIBLE 0xFF
#endif
63,8 → 63,10
#define FC_STATUS2_WAIT_FOR_TAKEOFF 0x20 // Motor Running, but still on the ground
 
// FC.StatusFlags3
#define FC_STATUS3_REDUNDANCE 0x01
#define FC_STATUS3_REDUNDANCE_AKTIVE 0x01
#define FC_STATUS3_BOAT 0x02
#define FC_STATUS3_REDUNDANCE_ERROR 0x04
#define FC_STATUS3_REDUNDANCE_TEST 0x08
 
#define OSD_FLAG_MASK1 (0x04 + 0x20 + 0x40 + 0x80)
#define OSD_FLAG_MASK2 (0x01 + 0x02 + 0x08 + 0x10)