Files
panda-meb/board/stm32f4/llspi.h
Adeeb Shihadeh 5ac6305a95 quick garbage collection pass (#2231)
* remove DPANDA

* -22

* lil more

* canfd

* lil more

* update cppcheck

* uart cleanup

* always harness

* sbu sense

* lil more

* enable spi

* rm ENABLE_SPI
2025-07-19 21:05:12 -07: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) {
}