Skip to content

Commit

Permalink
core: Fix/refactor function naming in core/incude/irq.h
Browse files Browse the repository at this point in the history
  • Loading branch information
DipSwitch committed Mar 20, 2016
1 parent 659faaf commit 0bb4748
Show file tree
Hide file tree
Showing 61 changed files with 342 additions and 342 deletions.
2 changes: 1 addition & 1 deletion boards/arduino-mega2560/board.c
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ void board_init(void)
DDRB |= (1 << DDB7);
PORTB &= ~(1 << 7);

enableIRQ();
irq_enable();
}

/**
Expand Down
Loading

0 comments on commit 0bb4748

Please sign in to comment.