diff options
author | José Bollo <jose.bollo@iot.bzh> | 2016-07-08 16:49:31 +0200 |
---|---|---|
committer | José Bollo <jose.bollo@iot.bzh> | 2016-07-08 16:49:31 +0200 |
commit | 62544e9874564fb62085a748f7e27f710b38a404 (patch) | |
tree | cd0ed5529f7ad3c23109ea8579080eb32cfd4655 /src/export.map | |
parent | 00eb71805ccf4b2c47ba8322fd5d8bb85c44ae0e (diff) |
using service for initialisation
Change-Id: I1792c2acb5bbd8fbd1e7760ecefe265909c5008f
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Diffstat (limited to 'src/export.map')
-rw-r--r-- | src/export.map | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/export.map b/src/export.map index 0ef1ac7..52c1b4a 100644 --- a/src/export.map +++ b/src/export.map @@ -1 +1 @@ -{ global: afbBindingV1Register; local: *; }; +{ global: afbBindingV1*; local: *; }; |