mirror of
https://github.com/espressif/openthread.git
synced 2026-08-02 00:57:47 +00:00
[ncp] fix some issues with the spinel vendor hook (#2458)
This commit is contained in:
@@ -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
@@ -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);
|
||||
|
||||
|
||||
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user