rusEFI
The most advanced open source ECU
Loading...
Searching...
No Matches
board_id.h
Go to the documentation of this file.
1/*
2 * board_id.h
3 *
4 * @date Aug 18, 2023
5 * @author Andrey Belomutskiy, (c) 2012-2021
6 * @author andreika <prometheus.pcb@gmail.com>
7 */
8
9#pragma once
10
11typedef uint16_t board_id_t;
12
board_id_t getBoardId()
Definition board_id.cpp:15
uint16_t board_id_t
Definition board_id.h:11