diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2017-09-21 18:16:21 +0200 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2017-12-14 11:00:25 +0100 |
commit | b9dd9b46d25f106694528722d63fdc1611d31afd (patch) | |
tree | 748d356c9d2e9700b846248a87099701d1008f28 /plugins/lua2c-interface.c | |
parent | c27b88e3c36585d11e866902f73d1e961357c45c (diff) |
Make compile LUA2C functions, binding not working
Change-Id: I37e66929e3ebf464802f9b89a222743936862029
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'plugins/lua2c-interface.c')
-rw-r--r-- | plugins/lua2c-interface.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/plugins/lua2c-interface.c b/plugins/lua2c-interface.c index d57cfbd..dd69b11 100644 --- a/plugins/lua2c-interface.c +++ b/plugins/lua2c-interface.c @@ -47,10 +47,9 @@ CTLP_ONLOAD(plugin, handle) { return (void*)pluginCtx; } -/* -CTLP_LUA2C (LUAsetSignalValue, label, argsJ, context) + +CTLP_LUA2C (ssetSignalValue, label, argsJ) { AFB_NOTICE("label: %s, argsJ: %s", label, json_object_to_json_string(argsJ)); return 0; } -*/ |