Files
clearpilot/panda/board/jungle/stm32f4/board.h
Your Name 03af7b6107 wip
2024-04-27 03:19:19 -05: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;
}