2dd70b1
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"