Skip to content

Commit

Permalink
[ncp] fix some issues with the spinel vendor hook (openthread#2458)
Browse files Browse the repository at this point in the history
  • Loading branch information
pvanhorn authored and jwhui committed Jan 8, 2018
1 parent 09f8800 commit 1bb4582
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down
2 changes: 1 addition & 1 deletion src/ncp/ncp_spi.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down
2 changes: 1 addition & 1 deletion src/ncp/ncp_uart.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit 1bb4582

Please sign in to comment.