mirror of
https://github.com/espressif/openthread.git
synced 2026-09-13 12:40:05 +00:00
[style] prefer OT_UNUSED_VARIABLE (#3696)
This commit is contained in:
@@ -60,7 +60,7 @@ void otPlatFree(void *aPtr)
|
||||
|
||||
void otTaskletsSignalPending(otInstance *aInstance)
|
||||
{
|
||||
(void)aInstance;
|
||||
OT_UNUSED_VARIABLE(aInstance);
|
||||
}
|
||||
|
||||
int main(int argc, char *argv[])
|
||||
|
||||
Reference in New Issue
Block a user