12 lines
356 B
C
12 lines
356 B
C
/**
|
|
* @file boards/m74_9/board.c
|
|
*
|
|
* @date Jan 01, 2023
|
|
* @author Andrey Gusakov, 2023
|
|
*/
|
|
|
|
/* this is empty file. Keep it to avoid using board.c file from $(CHIBIOS)/os/hal/boards/ST_STM32F4_DISCOVERY
|
|
* that is added to build by ports/stm32/stm32f4/hw_ports.m
|
|
* as we need our own boardInit()
|
|
* boardInit() is defined in board_configuration.cpp */
|