From 8bde6dd87b9d24625d62b395032581f7e28b60b9 Mon Sep 17 00:00:00 2001 From: jake-g00dwin Date: Sun, 22 Feb 2026 19:33:05 -0800 Subject: [PATCH] whitespace change from automatic formatting --- src/wwdg/wwdg.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wwdg/wwdg.h b/src/wwdg/wwdg.h index d568f24..c40f770 100644 --- a/src/wwdg/wwdg.h +++ b/src/wwdg/wwdg.h @@ -60,7 +60,7 @@ extern "C" uint8_t upper_limit; uint8_t reset_value; uint8_t clk_divider; - bool enable_ewi; + bool enable_ewi; } WWDT_Config; // struct WWDG;