mirror of
https://github.com/infiniteCable2/panda.git
synced 2026-02-18 09:13:52 +08:00
* remove DPANDA * -22 * lil more * canfd * lil more * update cppcheck * uart cleanup * always harness * sbu sense * lil more * enable spi * rm ENABLE_SPI
13 lines
186 B
C
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) {
|
|
}
|