From 4c0420bdfc2b8c17352f4f00391e019741df8d45 Mon Sep 17 00:00:00 2001 From: Rob Meades Date: Thu, 5 May 2016 21:39:11 +0100 Subject: [PATCH] Add u-blox target dependency. --- module.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/module.json b/module.json index a694ad9..766ce94 100644 --- a/module.json +++ b/module.json @@ -1,6 +1,6 @@ { "name": "cmsis-core", - "version": "1.2.0", + "version": "1.2.1", "description": "CMSIS-Core", "keywords": [ "cmsis", @@ -54,6 +54,9 @@ }, "atmel": { "cmsis-core-atmel": "^1.0.0" + }, + "ublox": { + "cmsis-core-ublox": "~0.1.0" } } }