mirror of
https://github.com/espressif/openthread.git
synced 2026-08-23 18:59:51 +00:00
[posix-app] support platform energy scan in posix-app (#3038)
This commit is contained in:
@@ -84,6 +84,12 @@ extern "C" void otPlatRadioTxStarted(otInstance *, otRadioFrame *aFrame)
|
||||
(void)aFrame;
|
||||
}
|
||||
|
||||
extern "C" void otPlatRadioEnergyScanDone(otInstance *aInstance, int8_t aEnergyScanMaxRssi)
|
||||
{
|
||||
(void)aInstance;
|
||||
(void)aEnergyScanMaxRssi;
|
||||
}
|
||||
|
||||
/**
|
||||
* Converts a given string replacing '\n', '\r', '\t', etc. with literal strings "\n", "\r", "\t", etc. to make it
|
||||
* printable on console.
|
||||
|
||||
Reference in New Issue
Block a user