You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by je...@apache.org on 2022/01/18 11:26:20 UTC

[mynewt-core] branch master updated: apps/blesplit: Remove transport ram dependency

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

jerzy 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 914f571  apps/blesplit: Remove transport ram dependency
914f571 is described below

commit 914f571cefea4717d266c8924da09987cf5dcd91
Author: Jerzy Kasenberg <je...@codecoup.pl>
AuthorDate: Tue Jan 18 11:10:15 2022 +0100

    apps/blesplit: Remove transport ram dependency
    
    Dependency to nimble/transport/ram changed to nimble/transport
---
 apps/blesplit/pkg.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/apps/blesplit/pkg.yml b/apps/blesplit/pkg.yml
index 1bde399..d9de763 100644
--- a/apps/blesplit/pkg.yml
+++ b/apps/blesplit/pkg.yml
@@ -38,7 +38,7 @@ pkg.deps:
     - "@apache-mynewt-nimble/nimble/host/services/gap"
     - "@apache-mynewt-nimble/nimble/host/services/gatt"
     - "@apache-mynewt-nimble/nimble/host/store/config"
-    - "@apache-mynewt-nimble/nimble/transport/ram"
+    - "@apache-mynewt-nimble/nimble/transport"
     - "@apache-mynewt-core/sys/console/full"
     - "@apache-mynewt-core/sys/id"
     - "@apache-mynewt-core/sys/log/full"