correct aptEventHandler signature
This commit is contained in:
parent
2cf2b7f1e9
commit
dc7ef6fd28
@ -380,7 +380,7 @@ static bool __handle_incoming_parameter() {
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
void aptEventHandler(u32 arg)
|
void aptEventHandler(void *arg)
|
||||||
{
|
{
|
||||||
bool runThread = true;
|
bool runThread = true;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user