From 9b9b8a07e40585b4b47637c142ec42d5d3791fba Mon Sep 17 00:00:00 2001 From: jake Date: Thu, 13 Feb 2025 12:14:52 -0800 Subject: [PATCH] removed uneeded prototype --- inc/main.h | 8 -------- 1 file changed, 8 deletions(-) diff --git a/inc/main.h b/inc/main.h index 169f598..0ca1ad4 100644 --- a/inc/main.h +++ b/inc/main.h @@ -90,14 +90,6 @@ typedef struct { //Public Prototypes //############################# -/** - * @brief Blinks a defined led pin. - * @param None - */ -void LedBlink(void); - - - /** * @brief Initializes the uC for the program. */