aboutsummaryrefslogtreecommitdiff
path: root/projects/bootloader/stm-init.c
blob: b331b8aa5eb1d02e27b8ea81329b446b3ea42d83 (plain) (blame)
1
2
3
4
5
6
7
/* Disable modules that the bootloader doesn't need. */

#include "stm32f4xx_hal.h"

#undef HAL_I2C_MODULE_ENABLED

#include "../../stm-init.c"