mirror of
https://github.com/espressif/openthread.git
synced 2026-07-22 03:54:07 +00:00
[build] detect undefined macros to avoid misconfigurations (#4300)
This commit is contained in:
committed by
Jonathan Hui
parent
4fec70b67d
commit
e44461151f
+1
-1
@@ -3561,7 +3561,7 @@ otError Interpreter::ProcessMacRetries(int argc, char *argv[])
|
||||
otLinkSetMaxFrameRetriesDirect(mInstance, static_cast<uint8_t>(value));
|
||||
}
|
||||
}
|
||||
#ifdef OPENTHREAD_FTD
|
||||
#if OPENTHREAD_FTD
|
||||
else if (strcmp(argv[0], "indirect") == 0)
|
||||
{
|
||||
if (argc == 1)
|
||||
|
||||
Reference in New Issue
Block a user