[spinel] fix outdated comment (#3814)

`OPENTHREAD_ENABLE_POSIX_APP` was merged into
`OPENTHREAD_PLATFORM_POSIX_APP`.
This commit is contained in:
Yakun Xu
2019-05-13 10:35:12 -07:00
committed by Jonathan Hui
parent 06ebaa767b
commit 4eca76a536
+1 -1
View File
@@ -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).
*
*/