Files
openpilot/panda/board/jungle/stm32h7/board.h

10 lines
183 B
C
Raw Normal View History

2026-01-11 18:23:29 +08:00
#include "boards/board_declarations.h"
#include "stm32h7/lladc.h"
#include "boards/board_v2.h"
void detect_board_type(void) {
hw_type = HW_TYPE_V2;
current_board = &board_v2;
}