kosmos/source/firmware/arch/stm32f4xx/board/board.h
2016-08-15 21:41:22 +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 "stm32f4-discovery.h"
//#endif
#endif /* BOARD_H_ */