gpio driver compiles
This commit is contained in:
@@ -6,8 +6,8 @@
|
||||
#ifndef BOARD_H_
|
||||
#define BOARD_H_
|
||||
|
||||
#ifdef BOARD_STM32F4_DISCOVERY
|
||||
//#ifdef BOARD_STM32F4_DISCOVERY
|
||||
#include "stm32f4-discovery.h"
|
||||
#endif
|
||||
//#endif
|
||||
|
||||
#endif /* BOARD_H_ */
|
||||
|
@@ -1,6 +1,6 @@
|
||||
INCLUDES += source/firmware/arch/stm32f4xx/board
|
||||
DOC_SRC += source/firmware/arch/stm32f4xx/board
|
||||
|
||||
ifeq ($(BOARD), stm32f4-discovery)
|
||||
#ifeq ($(BOARD), stm32f4-discovery)
|
||||
include source/firmware/arch/stm32f4xx/board/stm32f4-discovery/stm32f4-discovery.mk
|
||||
endif
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user