mirror of
https://github.com/espressif/openthread.git
synced 2026-08-11 13:17:48 +00:00
Add support for radio energy scan API (#749)
* Add support for radio energy scan API
This commit is contained in:
@@ -204,6 +204,11 @@ extern "C" {
|
||||
(void)aInstance;
|
||||
}
|
||||
|
||||
ThreadError otPlatRadioEnergyScan(otInstance *, uint8_t, uint16_t)
|
||||
{
|
||||
return kThreadError_NotImplemented;
|
||||
}
|
||||
|
||||
//
|
||||
// Random
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user