Default to timer based interrupt
This commit is contained in:
parent
ff0d24dcd3
commit
f5750bee33
1 changed files with 2 additions and 3 deletions
5
main.c
5
main.c
|
@ -87,10 +87,9 @@ int main(void) {
|
|||
// Configure the LED pin as an output
|
||||
DDRB |= _BV(LED_PIN);
|
||||
|
||||
// Choose one (or both)
|
||||
// configure_interrupt();
|
||||
// configure_ovf_interrupt();
|
||||
configure_external_interrupt();
|
||||
configure_ovf_interrupt();
|
||||
// configure_external_interrupt();
|
||||
|
||||
// Set the watchdog timer to 8 seconds
|
||||
// wdt_enable(WDTO_8S);
|
||||
|
|
Loading…
Reference in a new issue