mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-10 13:42:29 -05:00
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 **/
|
/** uevent APIs **/
|
||||||
|
|
||||||
static void (*ucallback)(void) = NULL; /* uevent callback */
|
static uevent_cb_type ucallback = NULL; /* uevent callback */
|
||||||
|
|
||||||
static void cancel_uevent(void)
|
static void cancel_uevent(void)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue