sjanc commented on code in PR #1689:
URL: https://github.com/apache/mynewt-nimble/pull/1689#discussion_r1482936818
##########
nimble/host/include/host/ble_hs_log.h:
##########
@@ -39,6 +33,13 @@
* @{
*/
+#include <nimble/nimble_npl_log.h>
+
+#ifndef BLE_NPL_LOG_MODULE
+/** Defines the logging module for NimBLE Porting Layer (NPL). */
+#define BLE_NPL_LOG_MODULE BLE_HS_LOG
Review Comment:
ahh, forgot about this
this needs to be defined before #include <nimble/nimble_npl_log.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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]