mirror of
https://github.com/espressif/openthread.git
synced 2026-07-29 15:17:47 +00:00
add otPlatRadioGetCaps method to check radio capabilities (#53)
add doxygen for otRadioCaps remove tmp file
This commit is contained in:
@@ -260,6 +260,11 @@ int8_t otPlatRadioGetNoiseFloor()
|
||||
return 0;
|
||||
}
|
||||
|
||||
otRadioCaps otPlatRadioGetCaps()
|
||||
{
|
||||
return kRadioCapsNone;
|
||||
}
|
||||
|
||||
ThreadError otPlatRadioHandleTransmitDone(bool *rxPending)
|
||||
{
|
||||
ThreadError error = kThreadError_None;
|
||||
|
||||
Reference in New Issue
Block a user