engine_control/source/firmware/arch/stm32f4xx/board/board.h
2016-07-23 07:59:54 +02:00

14 lines
241 B
C
Executable File

/*! \file board.h
* \author tkl
* \date Feb 13, 2012
* \brief Header file of the board distributor.
*/
#ifndef BOARD_H_
#define BOARD_H_
#ifdef BOARD_STM32F4_DISCOVERY
#include "bsp_stm32f4-discovery.h"
#endif
#endif /* BOARD_H_ */