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

[mynewt-core] branch master updated: hw/bsp: Update Sky66112 package path for uBlox BMD345

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

janc 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 1e7e4e49e hw/bsp: Update Sky66112 package path for uBlox BMD345
1e7e4e49e is described below

commit 1e7e4e49e8e1e2c0f9cc694b7bc2f1bb8ec7878b
Author: Szymon Janc <sz...@codecoup.pl>
AuthorDate: Mon Sep 12 12:45:11 2022 +0200

    hw/bsp: Update Sky66112 package path for uBlox BMD345
    
    This was recently renamed from plna to fem.
---
 hw/bsp/ublox_bmd_345/pkg.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hw/bsp/ublox_bmd_345/pkg.yml b/hw/bsp/ublox_bmd_345/pkg.yml
index 632166f88..da55eac60 100644
--- a/hw/bsp/ublox_bmd_345/pkg.yml
+++ b/hw/bsp/ublox_bmd_345/pkg.yml
@@ -43,4 +43,4 @@ pkg.deps.SOFT_PWM:
 
 # Use SKY66112 driver for now
 pkg.deps.BLE_CONTROLLER:
-    - "@apache-mynewt-nimble/nimble/drivers/plna/sky66112"
+    - "@apache-mynewt-nimble/nimble/drivers/fem/sky66112"