rusEFI
The most advanced open source ECU
Loading...
Searching...
No Matches
board.h
Go to the documentation of this file.
1/**
2 * @file board.h
3 * @brief Board initialization header file.
4 * @author andreika <prometheus.pcb@gmail.com>
5 */
6
7#ifndef _BOARD_H_
8#define _BOARD_H_
9
10/**
11 * @brief The board name
12 */
13#define BOARD_NAME "Deucalion/Kinetis"
14
15#endif /* _BOARD_H_ */