[ncp] fix some issues with the spinel vendor hook (#2458)

This commit is contained in:
pvanhorn
2018-01-08 21:23:37 +00:00
committed by Jonathan Hui
parent 09f8800b87
commit 1bb458214c
3 changed files with 2 additions and 3 deletions
-1
View File
@@ -1576,7 +1576,6 @@ AC_MSG_NOTICE([
OpenThread MAC Filter support : ${enable_mac_filter}
OpenThread Diagnostics support : ${enable_diag}
OpenThread Child Supervision support : ${enable_child_supervision}
OpenThread Spinel vendor specific support : ${enable_vendor}
OpenThread Legacy network support : ${enable_legacy}
OpenThread Certification log support : ${enable_cert_log}
OpenThread DHCPv6 Server support : ${enable_dhcp6_server}
+1 -1
View File
@@ -53,7 +53,7 @@
namespace ot {
namespace Ncp {
#if OPENTHREAD_ENABLE_SPINEL_VENDOR_SUPPORT == 0
#if OPENTHREAD_ENABLE_NCP_VENDOR_HOOK == 0
static otDEFINE_ALIGNED_VAR(sNcpRaw, sizeof(NcpSpi), uint64_t);
+1 -1
View File
@@ -51,7 +51,7 @@
namespace ot {
namespace Ncp {
#if OPENTHREAD_ENABLE_SPINEL_VENDOR_SUPPORT == 0
#if OPENTHREAD_ENABLE_NCP_VENDOR_HOOK == 0
static otDEFINE_ALIGNED_VAR(sNcpRaw, sizeof(NcpUart), uint64_t);