generated from TDD-Templates/cmake_cpputest_template_avr
removed uneeded prototype
This commit is contained in:
parent
3fe9f67ade
commit
9b9b8a07e4
|
@ -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.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue