summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--4a-hal/4a-hal-controllers/4a-hal-controllers-api-loader.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/4a-hal/4a-hal-controllers/4a-hal-controllers-api-loader.c b/4a-hal/4a-hal-controllers/4a-hal-controllers-api-loader.c
index 92eed86..d2ae7d4 100644
--- a/4a-hal/4a-hal-controllers/4a-hal-controllers-api-loader.c
+++ b/4a-hal/4a-hal-controllers/4a-hal-controllers-api-loader.c
@@ -45,10 +45,10 @@ AFB_ApiT AFB_default;
static CtlSectionT ctrlSections[] =
{
{ .key = "resources", .loadCB = PluginConfig },
- { .key = "onload", .loadCB = OnloadConfig },
- { .key = "controls", .loadCB = ControlConfig },
{ .key = "halmixer", .loadCB = HalCtlsHalMixerConfig },
{ .key = "halmap", .loadCB = HalCtlsHalMapConfig },
+ { .key = "onload", .loadCB = OnloadConfig },
+ { .key = "controls", .loadCB = ControlConfig },
{ .key = "events", .loadCB = EventConfig },
{ .key = NULL }
};