X-Git-Url: http://average.org/gitweb/?a=blobdiff_plain;f=Hal%2FHal.h;h=8ec28c963db094252f39c2b99dff635bb49ad9ab;hb=13db6cae32995a2f76fb4b4f1c5f40cea2470a55;hp=cee0483a3128f243d89bcac4a9a65f5337cc26ad;hpb=ca5bd37eed3f758a3ecbf24f482c403b69a0141f;p=pulsecounter.git diff --git a/Hal/Hal.h b/Hal/Hal.h index cee0483..8ec28c9 100644 --- a/Hal/Hal.h +++ b/Hal/Hal.h @@ -26,8 +26,6 @@ extern "C" { #endif -extern int32_t buttonCnt; - typedef void (*Hal_Handler)(void); /** @@ -294,6 +292,7 @@ extern void Hal_redLedToggle(void); * **/ extern void Hal_tickStart(uint16_t msecs, Hal_Handler Handler); +extern void Hal_tickStop(void); #ifdef __cplusplus }