X-Git-Url: https://git.rohieb.name/hackover2013-badge-firmware.git/blobdiff_plain/1627531870f694a2ca48ac14f86b138d9171dcaa..4bb0f0854a5aa7467512e0bd1e5bf4c724437d4e:/core/timer32/timer32.h?ds=sidebyside diff --git a/core/timer32/timer32.h b/core/timer32/timer32.h index f09b995..71ae253 100644 --- a/core/timer32/timer32.h +++ b/core/timer32/timer32.h @@ -62,7 +62,7 @@ void timer32Enable(uint8_t timerNum); void timer32Disable(uint8_t timerNum); void timer32Reset(uint8_t timerNum); void timer32Init(uint8_t timerNum, uint32_t timerInterval); -uint32_t timer32GetCount(uint8_t timerNum); void timer32SetIntHandler(void (*handler)(void)); +uint32_t timer32GetCount(uint8_t timerNum); void timer32ResetCounter(uint8_t); #endif