hcsr04: fix compilation issue with maa_gpio_isr args

Signed-off-by: Kiveisha Yevgeniy <yevgeniy.kiveisha@intel.com>
This commit is contained in:
Kiveisha Yevgeniy
2014-06-20 15:22:55 +00:00
parent b1e548ae8a
commit 2fa9b7b6c9
3 changed files with 4 additions and 4 deletions

View File

@ -43,7 +43,7 @@ sig_handler(int signo)
//! [Interesting]
void
interrupt (void) {
interrupt (void * args) {
sonar->ackEdgeDetected ();
}