forked from IQ.Lvbs/IQ.Pilot
IQ.Pilot Release Commit @ 0798119
This commit is contained in:
12
panda/board/stm32f4/llspi.h
Normal file
12
panda/board/stm32f4/llspi.h
Normal file
@@ -0,0 +1,12 @@
|
||||
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) {
|
||||
}
|
||||
Reference in New Issue
Block a user