double defined symbols removed from lib
This commit is contained in:
@@ -170,7 +170,7 @@ static const struct gpio __led_5 = {
|
||||
&gpio_fp
|
||||
};
|
||||
|
||||
static const struct driver led_5 = {
|
||||
const struct driver led_5 = {
|
||||
DRIVER_TYPE_GPIO,
|
||||
&__led_5,
|
||||
};
|
||||
|
@@ -5,7 +5,7 @@
|
||||
* Author: tkl
|
||||
*/
|
||||
|
||||
#include "include/stm32f4-discovery.h"
|
||||
#include "board.h"
|
||||
|
||||
void board_init(void) {
|
||||
NVIC_SetVectorTable(NVIC_VectTab_FLASH, 0);
|
||||
|
Reference in New Issue
Block a user