add otPlatRadioGetCaps method to check radio capabilities (#53)

add doxygen for otRadioCaps

remove tmp file
This commit is contained in:
Lu Wang
2016-05-20 23:20:05 -07:00
committed by Jonathan Hui
parent 12a7060a85
commit 96adf87cd0
3 changed files with 24 additions and 1 deletions
+5
View File
@@ -260,6 +260,11 @@ int8_t otPlatRadioGetNoiseFloor()
return 0;
}
otRadioCaps otPlatRadioGetCaps()
{
return kRadioCapsNone;
}
ThreadError otPlatRadioHandleTransmitDone(bool *rxPending)
{
ThreadError error = kThreadError_None;