Subversion Repositories FlightCtrl

Rev

Rev 838 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 838 Rev 966
Line 1... Line 1...
1
/*
1
/*
2
   For backwards compatibility only.
2
For backwards compatibility only.
3
 
3
 
4
   Ingo Busker   ingo@mikrocontroller.com
4
  Ingo Busker   ingo@mikrocontroller.com
5
*/
5
*/
Line 6... Line 6...
6
 
6
 
7
#ifndef cbi
7
#ifndef cbi
8
#define cbi(sfr, bit) (_SFR_BYTE(sfr) &= ~_BV(bit))
8
#define cbi(sfr, bit) (_SFR_BYTE(sfr) &= ~_BV(bit))