From 0345a8e9f1075a3284abfb600a4ca6c1c1fe3646 Mon Sep 17 00:00:00 2001 From: Abhishek Malik Date: Fri, 18 Aug 2017 11:49:03 -0700 Subject: [PATCH] Fixing minor issues in json files Signed-off-by: Abhishek Malik --- src/grove/grove.json | 4 ++-- src/mpu9150/mpu9150.json | 4 ++-- src/my9221/my9221.json | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/grove/grove.json b/src/grove/grove.json index b8b2c6ef..c121b795 100644 --- a/src/grove/grove.json +++ b/src/grove/grove.json @@ -12,7 +12,7 @@ "Manufacturers": ["Seeed"], "Kits": ["gsk", "eak", "hak"], "Examples": { - "C++": ["grovebutton.cxx"] + "C++": ["grove-grovebutton.cxx"] }, "Urls": { "Product Pages": ["https://github.com/intel-iot-devkit/upm/tree/master/src/grove"] @@ -378,4 +378,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/mpu9150/mpu9150.json b/src/mpu9150/mpu9150.json index 30795dac..0a9416ca 100644 --- a/src/mpu9150/mpu9150.json +++ b/src/mpu9150/mpu9150.json @@ -15,7 +15,7 @@ "Java": ["MPU9150Sample.java"], "Python": ["mpu9150.py"], "Node.js": ["mpu9150.js"], - "C++": ["mpu9150-ak8975.cxx.cxx", "mpu9150-mpu60x0.cxx", "mpu9150-mpu9250.cxx", "mpu9150.cxx"] + "C++": ["mpu9150-ak8975.cxx", "mpu9150-mpu60x0.cxx", "mpu9150-mpu9250.cxx", "mpu9150.cxx"] }, "Specifications": { "Vsource": { @@ -56,4 +56,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/my9221/my9221.json b/src/my9221/my9221.json index ca07ec34..ba6d4696 100644 --- a/src/my9221/my9221.json +++ b/src/my9221/my9221.json @@ -14,7 +14,7 @@ "Examples": { "Python": ["grovecircularled.py"], "Node.js": ["grovecircularled.js"], - "C++": ["my9221-grovecircularled.cxx.cxx"] + "C++": ["my9221-grovecircularled.cxx"] }, "Specifications": { "Vsource": { @@ -145,4 +145,4 @@ } } } -} \ No newline at end of file +}