diff options
author | Jonathan Aillet <jonathan.aillet@iot.bzh> | 2018-06-07 15:27:50 +0200 |
---|---|---|
committer | Jonathan Aillet <jonathan.aillet@iot.bzh> | 2018-10-08 15:52:51 +0200 |
commit | e77cae72ecebe7a92ca3a6fe4e3cbc72bc539146 (patch) | |
tree | 0a0515c3bdfba3ef494e3583164f4ce64887381d /4a-hal/4a-hal-manager/4a-hal-manager.c | |
parent | 5877964a39800459119dfd4665d3efe031b0207e (diff) |
Change some comments to add TBD things
- Change some comments from TODO to TDB.
- Remove 'JAI' from warning messages.
Change-Id: Ib2c39d4e0f0ca34929237ab8ca3d66c9c0d269d0
Signed-off-by: Jonathan Aillet <jonathan.aillet@iot.bzh>
Diffstat (limited to '4a-hal/4a-hal-manager/4a-hal-manager.c')
-rw-r--r-- | 4a-hal/4a-hal-manager/4a-hal-manager.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/4a-hal/4a-hal-manager/4a-hal-manager.c b/4a-hal/4a-hal-manager/4a-hal-manager.c index 8df5365..df35d12 100644 --- a/4a-hal/4a-hal-manager/4a-hal-manager.c +++ b/4a-hal/4a-hal-manager/4a-hal-manager.c @@ -50,7 +50,7 @@ struct HalUtlApiVerb HalManagerApiStaticVerbs[] = /******************************************************************************* * Dynamic API functions for hal manager * - * TODO JAI : Use API-V3 instead of API-PRE-V3 * + * TBD JAI : Use API-V3 instead of API-PRE-V3 * ******************************************************************************/ static int HalMgrInitApi(AFB_ApiT apiHandle) @@ -114,7 +114,7 @@ int HalMgrCreateApi(AFB_ApiT apiHandle, struct HalMgrData *HalMgrGlobalData) /******************************************************************************* * Startup function * - * TODO JAI : Use API-V3 instead of API-PRE-V3 * + * TBD JAI : Use API-V3 instead of API-PRE-V3 * ******************************************************************************/ int afbBindingVdyn(AFB_ApiT apiHandle) |