Address review comments

Use more modern C++ style casts + std::array, clean up some log
messages, and rename some functions.
This commit is contained in:
Ian Chamberlain
2023-04-05 12:41:17 -04:00
parent 696c0904f8
commit 4cc181e5b8
3 changed files with 42 additions and 23 deletions

View File

@@ -322,7 +322,7 @@ camera_inner_flip =
[Miscellaneous]
# A filter which removes logs below a certain logging level.
# Examples: *:Debug Kernel.SVC:Trace Service:Critical
# Examples: *:Debug Kernel.SVC:Trace Service.*:Critical
log_filter = *:Info
[Debugging]