13 lines
104 B
C
13 lines
104 B
C
|
#include "interrupts.h"
|
||
|
|
||
|
#include <stddef.h>
|
||
|
|
||
|
void SPI1_IRQHandler() {
|
||
|
|
||
|
}
|
||
|
|
||
|
void SPI2_IRQHandler() {
|
||
|
|
||
|
}
|
||
|
|