andrzej-kaczmarek commented on code in PR #1390:
URL: https://github.com/apache/mynewt-nimble/pull/1390#discussion_r988813557


##########
nimble/transport/nrf5340/src/nrf5340_ble_hci.c:
##########
@@ -19,11 +19,13 @@
 
 #include <assert.h>
 #include <string.h>
+#include <syscfg/syscfg.h>
 #include <sysinit/sysinit.h>
 #include <nimble/ble.h>
 #include <ipc_nrf5340/ipc_nrf5340.h>
 #include <nimble/transport.h>
 #include <nimble/transport/hci_ipc.h>
+#include <nimble/transport/transport_ipc.h>

Review Comment:
   this is included from nimble/transport if hci_ipc package is included in 
build and it should be, because it's added as dependency to nrf5340 transport 
package - you likely do not have recent newt which generates required defines 
in syscfg.h



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@mynewt.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to