Skip to content

Commit

Permalink
libmaple/timer.c: Sync enable_irq() declaration with it's definition
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Nyström <daniel@nystrom.st>
  • Loading branch information
speakman committed Jun 4, 2013
1 parent f55297e commit ffa57f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libmaple/timer.c
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ static void disable_channel(timer_dev *dev, uint8 channel);
static void pwm_mode(timer_dev *dev, uint8 channel);
static void output_compare_mode(timer_dev *dev, uint8 channel);

static inline void enable_irq(timer_dev *dev, uint8 interrupt);
static inline void enable_irq(timer_dev *dev, timer_interrupt_id iid);

/*
* Devices
Expand Down

0 comments on commit ffa57f5

Please sign in to comment.