Skip to content

Commit

Permalink
[log] set loglevel to info
Browse files Browse the repository at this point in the history
  • Loading branch information
YuzukiTsuru committed Dec 29, 2023
1 parent 5ba9aad commit f001204
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/log.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ enum {
};

#ifndef LOG_LEVEL_DEFAULT
#define LOG_LEVEL_DEFAULT LOG_LEVEL_TRACE
#define LOG_LEVEL_DEFAULT LOG_LEVEL_INFO
#endif

void set_timer_count();
Expand Down

0 comments on commit f001204

Please sign in to comment.