diff options
author | Jonathan Aillet <jonathan.aillet@iot.bzh> | 2018-07-10 17:37:57 +0200 |
---|---|---|
committer | Jonathan Aillet <jonathan.aillet@iot.bzh> | 2018-10-08 15:55:26 +0200 |
commit | fffa3ac6d94a091ba8a0d3af6f69ceda8e782bcf (patch) | |
tree | 58f5782a2da16730521d1381d151b7eb8dce3a20 /4a-hal | |
parent | 9258a25a5737fa347777a114907441dc53f3595c (diff) |
Update binding entry for app-fw v3.
Update binding entry to became compatible with application framework v3
(used since AGL FF-RC1 release)
Change-Id: Ib51e4a41629b73e849f56c6d0987955a373f1e59
Signed-off-by: Jonathan Aillet <jonathan.aillet@iot.bzh>
Diffstat (limited to '4a-hal')
-rw-r--r-- | 4a-hal/4a-hal-manager/4a-hal-manager.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/4a-hal/4a-hal-manager/4a-hal-manager.c b/4a-hal/4a-hal-manager/4a-hal-manager.c index 8a447c4..19f8e8a 100644 --- a/4a-hal/4a-hal-manager/4a-hal-manager.c +++ b/4a-hal/4a-hal-manager/4a-hal-manager.c @@ -131,7 +131,7 @@ int HalMgrCreateApi(AFB_ApiT apiHandle, struct HalMgrData *HalMgrGlobalData) * TBD JAI : Use API-V3 instead of API-PRE-V3 * ******************************************************************************/ -int afbBindingVdyn(AFB_ApiT apiHandle) +int afbBindingEntry(AFB_ApiT apiHandle) { int status = 0, rc; |