X-Git-Url: https://git.rohieb.name/hackover2013-badge-firmware.git/blobdiff_plain/1627531870f694a2ca48ac14f86b138d9171dcaa..c39bf81f1820600053271e037891e614f67c9646:/core/timer32/timer32.h 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