14 lines
208 B
C
14 lines
208 B
C
|
/*
|
||
|
* board_id.h
|
||
|
*
|
||
|
* @date Aug 18, 2023
|
||
|
* @author Andrey Belomutskiy, (c) 2012-2021
|
||
|
* @author andreika <prometheus.pcb@gmail.com>
|
||
|
*/
|
||
|
|
||
|
#pragma once
|
||
|
|
||
|
typedef uint16_t board_id_t;
|
||
|
|
||
|
board_id_t getBoardId();
|