Project

General

Profile

Revision 380

Added by Jason knichel about 16 years ago

fixed some style stuff

View differences:

reset.c
51 51
 * and Status Register (MCUCSR).
52 52
 **/
53 53
void reset(void) {
54
    WDTCR &= 0xF8;
55
    WDTCR |= 0x08;
56
    _delay_ms(15);
54
  WDTCR &= 0xF8;
55
  WDTCR |= 0x08;
56
  _delay_ms(15);
57 57
}
58 58

  
59 59
/**@}**/ //end defgroup

Also available in: Unified diff