removed uneeded prototype

This commit is contained in:
Jake Goodwin 2025-02-13 12:14:52 -08:00
parent 3fe9f67ade
commit 9b9b8a07e4
1 changed files with 0 additions and 8 deletions

View File

@ -90,14 +90,6 @@ typedef struct {
//Public Prototypes //Public Prototypes
//############################# //#############################
/**
* @brief Blinks a defined led pin.
* @param None
*/
void LedBlink(void);
/** /**
* @brief Initializes the uC for the program. * @brief Initializes the uC for the program.
*/ */