Skip to content

Commit

Permalink
rename linked to previous commit #49
Browse files Browse the repository at this point in the history
  • Loading branch information
SergNikitin committed May 18, 2014
1 parent be1d853 commit 2bb5c47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions firmware/SatStepperBegin/timers.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ void emptyTimerIntrHandler();
void timer0Init(_controlTimerInterruptHandler);
void timer1Init(_controlTimerInterruptHandler);

void swapTimer0IntrHandler(_controlTimerInterruptHandler);
void swapTimer1IntrHandler(_controlTimerInterruptHandler);
void installTimer0IntrHandler(_controlTimerInterruptHandler);
void installTimer1IntrHandler(_controlTimerInterruptHandler);

void setTimerPeriodByNum(uint_fast8_t timerNum, uint32_t periodInUsec);
void stopTimerByNum(uint_fast8_t timerNum);
Expand Down

0 comments on commit 2bb5c47

Please sign in to comment.