/** * @file board.h * @brief Board initialization header file. * @author andreika */ #ifndef _BOARD_H_ #define _BOARD_H_ /** * @brief The board name */ #define BOARD_NAME "Cypress" #endif /* _BOARD_H_ */