mirror of
https://github.com/espressif/openthread.git
synced 2026-09-06 17:20:09 +00:00
Fix a typo in visual-studio project file (#1835)
This commit is contained in:
@@ -42,7 +42,7 @@
|
||||
OPENTHREAD_FTD=1;
|
||||
OPENTHREAD_MULTIPLE_INSTANCE;
|
||||
OPENTHREAD_ENABLE_NCP_SPI=0;
|
||||
OOPENTHREAD_ENABLE_NCP_UART=1;
|
||||
OPENTHREAD_ENABLE_NCP_UART=1;
|
||||
</PreprocessorDefinitions>
|
||||
<AdditionalIncludeDirectories>
|
||||
%(AdditionalIncludeDirectories);
|
||||
@@ -80,4 +80,4 @@
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
||||
<ImportGroup Label="ExtensionTargets">
|
||||
</ImportGroup>
|
||||
</Project>
|
||||
</Project>
|
||||
|
||||
Reference in New Issue
Block a user