Subversion Repositories FlightCtrl

Compare Revisions

Ignore whitespace Rev 1793 → Rev 1799

/branches/v0.82a MartinW_Jeti+/main.h
6,6 → 6,8
//#define SWITCH_LEARNS_CAREFREE
//#define RECEIVER_SPEKTRUM_EXP
 
//#define NODISPLAY // MartinW; 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;}