From ce36b50ae5efd3ceebf64c62a8ee5330802e3617 Mon Sep 17 00:00:00 2001 From: Andrzej Kaczmarek Date: Sat, 17 Sep 2022 23:19:01 +0200 Subject: [PATCH] babblesim: Update dependency to phy --- babblesim/hw/mcu/nordic/nrf52_bsim/pkg.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/babblesim/hw/mcu/nordic/nrf52_bsim/pkg.yml b/babblesim/hw/mcu/nordic/nrf52_bsim/pkg.yml index 99e59a26c..5e4279b32 100644 --- a/babblesim/hw/mcu/nordic/nrf52_bsim/pkg.yml +++ b/babblesim/hw/mcu/nordic/nrf52_bsim/pkg.yml @@ -29,4 +29,4 @@ pkg.deps: - "babblesim/core" pkg.deps.BLE_CONTROLLER: - - "@apache-mynewt-nimble/nimble/drivers/nrf52" + - "@apache-mynewt-nimble/nimble/drivers/nrf5x"