From 2c421951cbe30fff08b597f0319ea69673eb1506 Mon Sep 17 00:00:00 2001 From: Rohit Grover Date: Tue, 8 Sep 2015 10:35:13 +0100 Subject: [PATCH] minor improvement to a comment header. --- source/BLE.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/source/BLE.cpp b/source/BLE.cpp index 22bba15..28bfd0b 100644 --- a/source/BLE.cpp +++ b/source/BLE.cpp @@ -41,7 +41,8 @@ BLE::init() * BLE::Instance() and BLE constructor rely upon a static array of initializers * to create actual BLE transport instances. A description of these instances * and initializers is supposed to be put in some .json file contributing to - * yotta's configuration (typically the target.json). Here's a sample: + * yotta's configuration (typically in the target definition described by + * target.json). Here's a sample: * * "config": { * ... @@ -51,6 +52,7 @@ BLE::init() * "initializer" : "createBLEInstance" * } * } + * ... * } * * The following macros result in translating the above config into a static