fsfw-hal/stm32h7/spi/interrupts.c

13 lines
104 B
C
Raw Normal View History

2021-06-03 15:12:34 +02:00
#include "interrupts.h"
#include <stddef.h>
void SPI1_IRQHandler() {
}
void SPI2_IRQHandler() {
}