From 52112f19821f6f667c51f3ac2c68da41365e0b43 Mon Sep 17 00:00:00 2001 From: Sadeep Madurange Date: Fri, 11 Apr 2025 13:25:11 +0800 Subject: wip: some packets are being exchanged, after about 3 packets they fail (WDT) --- util.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'util.h') diff --git a/util.h b/util.h index 75cd9ad..71f3852 100644 --- a/util.h +++ b/util.h @@ -3,4 +3,6 @@ void wdt_init(void); +void wdt_stop(void); + #endif -- cgit v1.2.3