X-Git-Url: http://www.average.org/gitweb/?p=pulsecounter.git;a=blobdiff_plain;f=Hal%2FHal.h;h=aa5f7c2db816c31b6addefbe00e6093449b61527;hp=9af8ec811cc1745daca6aedcb13f449177cc4935;hb=62d25e937392e215935ad07e554ef9b18dba18fe;hpb=4868ec0934cb78bf2349296ec33401cf9ce4a953 diff --git a/Hal/Hal.h b/Hal/Hal.h index 9af8ec8..aa5f7c2 100644 --- a/Hal/Hal.h +++ b/Hal/Hal.h @@ -47,7 +47,7 @@ typedef void (*Hal_Handler)(uint8_t id); * BUTTON interrupt enabled * **/ -extern void Hal_buttonEnable(void (*handler)(void)); +extern void Hal_buttonEnable(Hal_Handler handler); /** * --------- Hal_connected --------- *