stub pc build

This commit is contained in:
Conor Patrick 2019-08-20 21:31:02 +08:00
parent a72f0ede05
commit dccfb0d1b3

View File

@ -628,3 +628,8 @@ int device_is_nfc()
{ {
return 0; return 0;
} }
void device_set_clock_rate(DEVICE_CLOCK_RATE param)
{
}