DEFAULT_DUMP_RESET_SEC 10 -> 60

This commit is contained in:
John Doe
2023-12-11 07:49:23 +00:00
parent 894a10c486
commit fecaa06c79

View File

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