use "const" where able to + random readability changes

This commit is contained in:
2025-02-04 12:17:42 +01:00
parent c8d43d9564
commit be09d57a27
14 changed files with 84 additions and 92 deletions

View File

@@ -78,7 +78,7 @@ void stop(void) {
}
// entry point of the application
int main(int argc, char** argv) {
int main(int const argc, char const* const* const argv) {
(void)argc;
(void)argv;