|
@ -6,7 +6,8 @@ |
|
|
#include "app_config.h" |
|
|
#include "app_config.h" |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#define Noperate_Time_MSeconds 180000 |
|
|
// #define Noperate_Time_MSeconds 180000
|
|
|
|
|
|
#define Noperate_Time_MSeconds 300000 //5min
|
|
|
|
|
|
|
|
|
#define Noperate_Time_Seconds Noperate_Time_MSeconds/JIFFIES // 180000/JIFFIES = 180s
|
|
|
#define Noperate_Time_Seconds Noperate_Time_MSeconds/JIFFIES // 180000/JIFFIES = 180s
|
|
|
|
|
|
|
|
|