code clean

This commit is contained in:
zy
2023-12-12 11:50:10 +08:00
parent fddda83a88
commit 636b2df0dd
5 changed files with 30 additions and 10 deletions

View File

@@ -2,7 +2,7 @@
#define MODULE_MONITOR_PROC_H
#define DEFAULT_INTERVAL_NS 10000 // 10us
#define DEFAULT_DUMP_RESET_SEC 60 // 10s
#define DEFAULT_DUMP_RESET_SEC 60 // 60s
extern int def_interval_ns;
extern int dump_reset_sec;