Files
openpilot/panda/board/jungle/stm32f4/board.h
Comma Device 3721ecbf8a Release 260111
2026-01-11 18:23:29 +08:00

8 lines
155 B
C

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