kopia lustrzana https://github.com/OpenRTX/OpenRTX
Added missing implementation of 'platform_pwrButtonStatus' in linux platform.c
rodzic
4b30a66735
commit
1dfcf1b75f
|
@ -73,6 +73,11 @@ bool platform_getPttStatus()
|
|||
return Radio_State.PttStatus;
|
||||
}
|
||||
|
||||
bool platform_pwrButtonStatus()
|
||||
{
|
||||
/* Suppose radio is always on */
|
||||
return true;
|
||||
}
|
||||
|
||||
void platform_ledOn(__attribute__((unused)) led_t led)
|
||||
{
|
||||
|
|
Ładowanie…
Reference in New Issue