You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by an...@apache.org on 2022/06/24 12:33:11 UTC

[mynewt-core] branch master updated: sys/console: Fix include for ble monitor

This is an automated email from the ASF dual-hosted git repository.

andk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-core.git


The following commit(s) were added to refs/heads/master by this push:
     new 0ef43f777 sys/console: Fix include for ble monitor
0ef43f777 is described below

commit 0ef43f777c02629ae6b67c6d1256490e5ee45de1
Author: Andrzej Kaczmarek <an...@codecoup.pl>
AuthorDate: Thu Jun 23 22:18:34 2022 +0200

    sys/console: Fix include for ble monitor
---
 sys/console/full/src/ble_monitor_console.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/console/full/src/ble_monitor_console.c b/sys/console/full/src/ble_monitor_console.c
index f9683b6d1..ae7dc146e 100644
--- a/sys/console/full/src/ble_monitor_console.c
+++ b/sys/console/full/src/ble_monitor_console.c
@@ -21,7 +21,7 @@
 
 #if MYNEWT_VAL(CONSOLE_BLE_MONITOR)
 
-#include "host/ble_monitor.h"
+#include "nimble/transport/monitor.h"
 #include "console/console.h"
 
 int