rusefi/firmware/config/boards/kinetis/board.h

16 lines
256 B
C
Raw Normal View History

2019-07-27 06:52:01 -07:00
/**
* @file board.h
* @brief Board initialization header file.
* @author andreika <prometheus.pcb@gmail.com>
*/
2024-02-04 18:18:18 -08:00
2019-07-27 06:52:01 -07:00
#ifndef _BOARD_H_
#define _BOARD_H_
/**
2024-02-04 18:18:18 -08:00
* @brief The board name
2019-07-27 06:52:01 -07:00
*/
#define BOARD_NAME "Deucalion/Kinetis"
#endif /* _BOARD_H_ */