From 47d9a2667ee860c3dc3199a4e0c4f23a03f47fbc Mon Sep 17 00:00:00 2001 From: Romain Forlot Date: Tue, 3 Jul 2018 19:07:17 +0200 Subject: Continue Mapis works WIP Beginning work to handle events from a Mapi. Also rename old fapis file to mapis and some format Change-Id: I30bedcbe13cac9568e21cd3a0947516e74dde271 Signed-off-by: Romain Forlot --- src/test-binding.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/test-binding.c') diff --git a/src/test-binding.c b/src/test-binding.c index d465994..39e90c4 100644 --- a/src/test-binding.c +++ b/src/test-binding.c @@ -31,7 +31,7 @@ static CtlSectionT ctrlSections[] = { {.key = "resources", .loadCB = PluginConfig}, {.key = "testVerb", .loadCB = ControlConfig}, {.key = "events", .loadCB = EventConfig}, - {.key = "mapis", .loadCB = mapisConfig}, + {.key = "mapis", .loadCB = MapiConfig}, {.key = NULL} }; -- cgit 1.2.3-korg