forked from PAWPAW-Mirror/lib_xua
8 lines
106 B
C
8 lines
106 B
C
|
|
void UserHostActive(int active) __attribute__ ((weak));
|
|
void UserHostActive(int active)
|
|
{
|
|
return;
|
|
}
|
|
|