astyle -A1 -s2

This commit is contained in:
maniacbug 2011-07-08 22:15:37 -07:00
parent 062d83346b
commit d5a3e79c66
8 changed files with 192 additions and 190 deletions

1
.gitignore vendored
View File

@ -1,5 +1,6 @@
*.o
.*.swp
*.orig
docs/
output/
ojam/

View File

@ -270,7 +270,8 @@ void setup_watchdog(uint8_t prescalar)
WDTCSR = _BV(WDCE) | wdtcsr | _BV(WDIE);
}
ISR(WDT_vect) {
ISR(WDT_vect)
{
--sleep_cycles_remaining;
}