/*! \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_ */