mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 16:25:31 +03:00
Merge pull request #5916 from jflyper/bfdev-spiPreInitCs-to-support-configurability
Convert spiPreInit for configurability
This commit is contained in:
commit
ce7f112cfc
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