util: move all functions into util namespace (#23203)

This commit is contained in:
Dean Lee
2021-12-13 06:42:23 +08:00
committed by GitHub
parent af125f3c51
commit 9decd3d8a2
12 changed files with 27 additions and 28 deletions
+1 -1
View File
@@ -531,7 +531,7 @@ int Localizer::locationd_thread() {
}
int main() {
set_realtime_priority(5);
util::set_realtime_priority(5);
Localizer localizer;
return localizer.locationd_thread();