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

14 lines
241 B
C
Raw Permalink Normal View History

2016-07-28 19:02: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_
2016-08-15 19:41:22 +00:00
//#ifdef BOARD_STM32F4_DISCOVERY
2016-07-28 19:02:54 +00:00
#include "stm32f4-discovery.h"
2016-08-15 19:41:22 +00:00
//#endif
2016-07-28 19:02:54 +00:00
#endif /* BOARD_H_ */