[da15000] fix for Dialog IDE (#2417)

Fix build error caused by lack of compilation flag
This commit is contained in:
JakubBrachTieto
2018-01-02 18:30:23 +00:00
committed by Jonathan Hui
parent 34310be5cd
commit b7000f280b
+4
View File
@@ -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