1
0
forked from IQ.Lvbs/IQ.Pilot
Files
IQ.Pilot/panda/board/stm32f4/llspi.h
2026-08-22 23:42:42 -05:00

13 lines
186 B
C

void llspi_miso_dma(uint8_t *addr, int len) {
UNUSED(addr);
UNUSED(len);
}
void llspi_mosi_dma(uint8_t *addr, int len) {
UNUSED(addr);
UNUSED(len);
}
void llspi_init(void) {
}