Files
clearpilot/panda/board/jungle/stm32f4/board.h
Comma Device 1ff14d346f wip
2024-05-14 08:21:27 +00:00

8 lines
155 B
C
Executable File

#include "boards/board_declarations.h"
#include "boards/board_v1.h"
void detect_board_type(void) {
hw_type = HW_TYPE_V1;
current_board = &board_v1;
}