mirror of
https://github.com/espressif/openthread.git
synced 2026-09-06 09:10:04 +00:00
[da15000] fix for Dialog IDE (#2417)
Fix build error caused by lack of compilation flag
This commit is contained in:
committed by
Jonathan Hui
parent
34310be5cd
commit
b7000f280b
@@ -30,6 +30,8 @@
|
||||
* This file shows how to implement the NCP vendor hook.
|
||||
*/
|
||||
|
||||
#if OPENTHREAD_ENABLE_NCP_VENDOR_HOOK
|
||||
|
||||
#include "ncp_base.hpp"
|
||||
|
||||
namespace ot {
|
||||
@@ -52,3 +54,5 @@ otError NcpBase::VendorCommandHandler(uint8_t aHeader, unsigned int aCommand)
|
||||
|
||||
} // namespace Ncp
|
||||
} // namespace ot
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user