engine_control/source/firmware/arch/stm32f4xx/board/board.h

14 lines
241 B
C
Raw Normal View History

2016-07-23 05:59:54 +00:00
/*! \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_ */