configuration

This commit is contained in:
2020-11-27 16:36:46 +01:00
parent 2c392cce53
commit bc15e23f10
2 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@ t_configBlock mainConfigBlock;
t_configBlock* getConfig() {
return &defaultConfigBlock;
return &mainConfigBlock;
}