fsfw-hal/stm32h7/spi/interrupts.c

13 lines
104 B
C

#include "interrupts.h"
#include <stddef.h>
void SPI1_IRQHandler() {
}
void SPI2_IRQHandler() {
}