blob: 209dc8c40511185ea043f22cede32b4cd5882575 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
/* Disable modules that the bootloader doesn't need. */
#include "stm32f4xx_hal.h"
#undef HAL_I2C_MODULE_ENABLED
#undef HAL_SPI_MODULE_ENABLED
#include "../../stm-init.c"
|