Subversion Repositories Projects

Compare Revisions

Ignore whitespace Rev 942 → Rev 941

/C-OSD/trunk/main.h
110,7 → 110,6
#define COSD_ICONS_WRITTEN 2
#define COSD_WASFLYING 4
#define COSD_DATARECEIVED 8
#define COSD_BLANKBYSJ 16
 
/* ##########################################################################
* LED controll
130,14 → 129,7
#define S1_PRESSED !(PINC & (1<<PC5))
#define S2_PRESSED !(PINC & (1<<PC4))
 
/* ##########################################################################
* solder jumpers
* ##########################################################################*/
 
#define SJ1_CLOSED !(PINC & (1<<PC6))
#define SJ2_CLOSED !(PINC & (1<<PC7))
 
 
/* ##########################################################################
* extern spi controlled vars
* ##########################################################################*/