Guest User

Untitled

a guest
Dec 15th, 2017
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. MCUSR &= ~_BV(WDRT);
  2.  
  3. #define MCUSR _SFR_IO8(0x34)
  4. #define PORF 0
  5. #define EXTRF 1
  6. #define BORF 2
  7. #define WDRF 3
  8.  
  9. MCUSR &= ~_BV(WDRF);
Add Comment
Please, Sign In to add comment