X-Git-Url: http://www.average.org/gitweb/?p=pulsecounter.git;a=blobdiff_plain;f=Hal%2FHal.h;h=0d57348ab855a824c58594da29d7cd02dcb5eb84;hp=8ec28c963db094252f39c2b99dff635bb49ad9ab;hb=440f8b92b68c9829d1b9ccf274db5f53fb4e0de7;hpb=13db6cae32995a2f76fb4b4f1c5f40cea2470a55 diff --git a/Hal/Hal.h b/Hal/Hal.h index 8ec28c9..0d57348 100644 --- a/Hal/Hal.h +++ b/Hal/Hal.h @@ -26,7 +26,7 @@ extern "C" { #endif -typedef void (*Hal_Handler)(void); +typedef void (*Hal_Handler)(uint8_t id); /** * --------- Hal_buttonEnable --------- @@ -47,7 +47,7 @@ typedef void (*Hal_Handler)(void); * BUTTON interrupt enabled * **/ -extern void Hal_buttonEnable(Hal_Handler handler); +extern void Hal_gpioEnable(Hal_Handler handler); /** * --------- Hal_connected --------- *