From 4eca76a53671a73886344dccaca792d87823c4d6 Mon Sep 17 00:00:00 2001 From: Yakun Xu Date: Tue, 14 May 2019 01:35:12 +0800 Subject: [PATCH] [spinel] fix outdated comment (#3814) `OPENTHREAD_ENABLE_POSIX_APP` was merged into `OPENTHREAD_PLATFORM_POSIX_APP`. --- src/ncp/spinel.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ncp/spinel.h b/src/ncp/spinel.h index 153e0468f..5b294efd8 100644 --- a/src/ncp/spinel.h +++ b/src/ncp/spinel.h @@ -3027,7 +3027,7 @@ typedef enum * Required capability: SPINEL_CAP_POSIX_APP * * This property gives the version string of RCP (NCP in radio mode) which is being controlled by the POSIX - * application. It is available only in "POSIX Application" configuration (i.e., `OPENTHREAD_ENABLE_POSIX_APP` is + * application. It is available only in "POSIX Application" configuration (i.e., `OPENTHREAD_PLATFORM_POSIX_APP` is * enabled). * */