Add empty cfg:u service

This commit is contained in:
wheremyfoodat 2022-10-10 23:44:52 +03:00
parent e02ef8a213
commit 1ddba7737f
7 changed files with 55 additions and 9 deletions

View file

@ -27,6 +27,7 @@ namespace Log {
// Service loggers
static Logger<true> aptLogger;
static Logger<true> cfgLogger;
static Logger<true> dspServiceLogger;
static Logger<true> fsLogger;
static Logger<true> hidLogger;