diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2017-06-09 17:05:58 +0200 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2017-06-12 12:35:07 +0200 |
commit | 259e135e5835efabec2e1ede086a441cac366f3d (patch) | |
tree | d1416fce8fef000ad2476a90e420035ab85c9505 /README.md | |
parent | c1fd7934d537bd76976da510a5eb41051c8a82d5 (diff) |
Format
Change-Id: Ia3fd8c0c03782664a7f0fbc6bc2bb2a5f747d136
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -122,7 +122,7 @@ populate_widget() --> add target to widget tree depending upon target properties #### config.xml.in file -To build a widget you need to configure file _config.xml_. This repo +To build a widget you need to configure file _config.xml_. This repo provide a simple default file _config.xml.in_ that will be configured using the variable set in _config.cmake_ file. @@ -171,7 +171,7 @@ Example: PROJECT_TARGET_ADD(low-can-demo) ``` -> ***NOTE***: This will make available the variable `${TARGET_NAME}` +> ***NOTE***: This will make available the variable `${TARGET_NAME}` > set with the specificied name. This variable will change at the next call > to this macros. |