From 84772266fd8c910baf4bc46f37157a2651af6e36 Mon Sep 17 00:00:00 2001 From: "Ben V. Brown" Date: Sun, 1 Nov 2020 14:04:26 +1100 Subject: [PATCH] Adding in Watchdog --- workspace/TS100/Core/BSP/Pine64/BSP.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workspace/TS100/Core/BSP/Pine64/BSP.cpp b/workspace/TS100/Core/BSP/Pine64/BSP.cpp index 4a9e0c92..192db1d0 100644 --- a/workspace/TS100/Core/BSP/Pine64/BSP.cpp +++ b/workspace/TS100/Core/BSP/Pine64/BSP.cpp @@ -19,7 +19,7 @@ uint16_t totalPWM; // htim2.Init.Period, the full PWM cycle // 2 second filter (ADC is PID_TIM_HZ Hz) history rawTempFilter = {{0}, 0, 0}; void resetWatchdog() { - // TODO + fwdgt_counter_reload(); } uint16_t getTipInstantTemperature() {