fix watchdog

This commit is contained in:
Justin Chow
2026-03-04 04:53:20 -05:00
committed by Johnathon Slightham
parent 5f6b5cc940
commit 80f9e295b5

View File

@@ -5,7 +5,7 @@
#define SCHEDULER_MUTEX_WAIT 10 //max time duration to wait #define SCHEDULER_MUTEX_WAIT 10 //max time duration to wait
#define SCHEDULER_PERIOD_MS 10 #define SCHEDULER_PERIOD_MS 10
#define RECEIVE_TASK_PERIOD_MS 5 #define RECEIVE_TASK_PERIOD_MS 10
#define GENERIC_FRAME_SLIDING_WINDOW_SIZE 5 //defines the maximum size of the sliding window before resending previously un-ack'd fragments #define GENERIC_FRAME_SLIDING_WINDOW_SIZE 5 //defines the maximum size of the sliding window before resending previously un-ack'd fragments
#define SLIDING_WINDOW_MUTEX_TIMEOUT_MS 5 #define SLIDING_WINDOW_MUTEX_TIMEOUT_MS 5