Set the right variable type for ucallback :)
Change-Id: I19eace9452d9d0b2a6c7770549930c83ece05c80
This commit is contained in:
parent
0a7d941fb9
commit
af4c55bd11
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ void watchdog_service(void)
|
|||
|
||||
/** uevent APIs **/
|
||||
|
||||
static void (*ucallback)(void) = NULL; /* uevent callback */
|
||||
static uevent_cb_type ucallback = NULL; /* uevent callback */
|
||||
|
||||
static void cancel_uevent(void)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue