diff options
author | Tobias Jahnke <tobias.jahnke@microchip.com> | 2017-11-09 23:32:03 +0100 |
---|---|---|
committer | Tobias Jahnke <tobias.jahnke@microchip.com> | 2017-11-11 22:14:57 +0100 |
commit | 825ce525d20ac99cd590d40fc06237c1e363cd7e (patch) | |
tree | fa2dcd2684a1c8f98d6c8fd7c9bc3b36f1fe5ad4 /ucs2-afb/ucs_apidef.json | |
parent | 509cfbb9de09c04402f722220b45f95abbe9c0f9 (diff) |
adds init function and getter for default cfg path
Change-Id: I620d485bb935f984efcfeaf29399d184d3261e7d
Signed-off-by: Tobias Jahnke <tobias.jahnke@microchip.com>
Diffstat (limited to 'ucs2-afb/ucs_apidef.json')
-rw-r--r-- | ucs2-afb/ucs_apidef.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ucs2-afb/ucs_apidef.json b/ucs2-afb/ucs_apidef.json index b8d6311..1a00a97 100644 --- a/ucs2-afb/ucs_apidef.json +++ b/ucs2-afb/ucs_apidef.json @@ -12,7 +12,8 @@ "postfix": "", "start": null , "onevent": null, - "init": null, + "preinit": null, + "init": "ucs2_initbinding", "scope": "", "private": false } |