aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--4a-hal/4a-hal-controllers/4a-hal-controllers-api-loader.c2
1 files changed, 1 insertions, 1 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 9ecf088..0c2a95d 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
@@ -46,10 +46,10 @@ static CtlSectionT ctrlSectionsDefault[] =
{
{ .key = "resources", .loadCB = PluginConfig },
{ .key = "halmixer", .loadCB = HalCtlsHalMixerConfig },
- { .key = "halmap", .loadCB = HalCtlsHalMapConfig },
{ .key = "onload", .loadCB = OnloadConfig },
{ .key = "controls", .loadCB = ControlConfig },
{ .key = "events", .loadCB = EventConfig },
+ { .key = "halmap", .loadCB = HalCtlsHalMapConfig },
{ .key = NULL }
};