Skip to content

Commit

Permalink
[build] fix link error
Browse files Browse the repository at this point in the history
  • Loading branch information
SamulKyull authored and SamulKyull committed Apr 17, 2024
1 parent 307bbd1 commit 363589b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/log/log.c
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@
#include "xformat.h"

void printk(int level, const char *fmt, ...) {
if (level < LOG_LEVEL_DEFAULT) {
return;
}
uint32_t now_timestamp = time_us() - get_init_timestamp();
uint32_t seconds = now_timestamp / (1000 * 1000);
uint32_t milliseconds = now_timestamp % (1000 * 1000);
Expand Down

0 comments on commit 363589b

Please sign in to comment.