Subversion Repositories FlightCtrl

Rev

Rev 513 | Rev 723 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 513 Rev 597
Line 17... Line 17...
17
#define ROT_FLASH PORTB ^= 0x01
17
#define ROT_FLASH PORTB ^= 0x01
18
#define GRN_OFF   PORTB &=~0x02 
18
#define GRN_OFF   PORTB &=~0x02 
19
#define GRN_ON    PORTB |= 0x02 
19
#define GRN_ON    PORTB |= 0x02 
20
#define GRN_FLASH PORTB ^= 0x02
20
#define GRN_FLASH PORTB ^= 0x02
Line -... Line 21...
-
 
21
 
-
 
22
 
21
 
23
 
22
#define F_CPU SYSCLK
24
#define F_CPU SYSCLK
23
//#ifndef F_CPU
25
//#ifndef F_CPU
24
//#error ################## F_CPU nicht definiert oder ungültig #############
26
//#error ################## F_CPU nicht definiert oder ungültig #############
25
//#endif
27
//#endif