Subversion Repositories FlightCtrl

Compare Revisions

Ignore whitespace Rev 1739 → Rev 1749

/branches/MartinW_Jeti+/main.h
6,6 → 6,8
//#define SWITCH_LEARNS_CAREFREE
//#define RECEIVER_SPEKTRUM_EXP
 
//#define NODISPLAY // with "//" = no MKTool Display
 
// neue Hardware
#define ROT_OFF {if((PlatinenVersion == 10)||(PlatinenVersion >= 20)) PORTB &=~0x01; else PORTB |= 0x01;}
#define ROT_ON {if((PlatinenVersion == 10)||(PlatinenVersion >= 20)) PORTB |= 0x01; else PORTB &=~0x01;}