From 8de531a7b5914712b6a69fb9ed1c4555cc88ff6f Mon Sep 17 00:00:00 2001 From: Rohit Grover Date: Thu, 13 Aug 2015 11:08:32 +0100 Subject: [PATCH] depend on an updated version of nRF51822 which provides event handling through minar. --- module.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module.json b/module.json index d38d15f..53332cd 100644 --- a/module.json +++ b/module.json @@ -21,7 +21,7 @@ "dependencies": {}, "targetDependencies": { "nrf51822": { - "ble-nrf51822": "~0.4.6" + "ble-nrf51822": "~0.4.7" }, "mbed-classic": { "mbed-classic": "~0.0.1"