mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-24 16:55:36 +03:00
SPI CS preinit for configurability
This commit is contained in:
parent
ca09a8e2fc
commit
f9a43099db
22 changed files with 219 additions and 113 deletions
|
@ -150,6 +150,9 @@ bool busWriteRegister(const busDevice_t*, uint8_t, uint8_t) {return true;}
|
|||
void spiSetDivisor() {
|
||||
}
|
||||
|
||||
void spiPreinitCsByIO() {
|
||||
}
|
||||
|
||||
void IOConfigGPIO() {
|
||||
}
|
||||
|
||||
|
|
|
@ -152,6 +152,9 @@ bool busWriteRegister(const busDevice_t*, uint8_t, uint8_t) {return true;}
|
|||
void spiSetDivisor() {
|
||||
}
|
||||
|
||||
void spiPreinitCsByIO() {
|
||||
}
|
||||
|
||||
void IOConfigGPIO() {
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue