diff options
Diffstat (limited to 'stm/stm32fxxx_it.c')
-rw-r--r-- | stm/stm32fxxx_it.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/stm/stm32fxxx_it.c b/stm/stm32fxxx_it.c index 0f17681e5f..4c185d0341 100644 --- a/stm/stm32fxxx_it.c +++ b/stm/stm32fxxx_it.c @@ -267,6 +267,9 @@ void TIM6_DAC_IRQHandler(void) { } #include "std.h" +#include "misc.h" +#include "mpconfig.h" +#include "obj.h" #include "led.h" // EXTI // for USRSW on A13 |