Subversion Repositories Projects

Compare Revisions

Ignore whitespace Rev 941 → Rev 942

/C-OSD/trunk/main.h
110,6 → 110,7
#define COSD_ICONS_WRITTEN 2
#define COSD_WASFLYING 4
#define COSD_DATARECEIVED 8
#define COSD_BLANKBYSJ 16
 
/* ##########################################################################
* LED controll
129,7 → 130,14
#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
* ##########################################################################*/