hocclk: reduce memory usage for real this time

This commit is contained in:
souldbminersmwc
2026-04-11 18:25:30 -04:00
parent 6369382de1
commit b7440a38a5
2 changed files with 7 additions and 10 deletions

View File

@@ -82,9 +82,6 @@ namespace fileUtils {
FILE* file = fopen(FILE_LOG_FILE_PATH, "a");
if (file) {
struct timespec now;
clock_gettime(CLOCK_REALTIME, &now);
fprintf(file, "[%lu] ", armGetSystemTick());
vfprintf(file, format, args);
fprintf(file, "\n");