mirror of
https://github.com/espressif/openthread.git
synced 2026-07-07 12:52:35 +00:00
[configure] replace --with-platform-info using project config (#2077)
This commit is contained in:
@@ -382,10 +382,7 @@ const char *otGetVersionString(void)
|
||||
static
|
||||
#endif
|
||||
const char sVersion[] =
|
||||
PACKAGE_NAME "/" PACKAGE_VERSION
|
||||
#ifdef PLATFORM_INFO
|
||||
"; " PLATFORM_INFO
|
||||
#endif
|
||||
PACKAGE_NAME "/" PACKAGE_VERSION "; " OPENTHREAD_CONFIG_PLATFORM_INFO
|
||||
#if defined(__DATE__)
|
||||
"; " __DATE__ " " __TIME__
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user