mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 08:15:30 +03:00
Introduce per device pin pre-init
This commit is contained in:
parent
2e81109be1
commit
9ea1428d11
44 changed files with 219 additions and 201 deletions
|
@ -150,7 +150,7 @@ bool busWriteRegister(const busDevice_t*, uint8_t, uint8_t) {return true;}
|
|||
void spiSetDivisor() {
|
||||
}
|
||||
|
||||
void spiPreinitCsByIO() {
|
||||
void spiPreinitByIO() {
|
||||
}
|
||||
|
||||
void IOConfigGPIO() {
|
||||
|
|
|
@ -152,7 +152,7 @@ bool busWriteRegister(const busDevice_t*, uint8_t, uint8_t) {return true;}
|
|||
void spiSetDivisor() {
|
||||
}
|
||||
|
||||
void spiPreinitCsByIO() {
|
||||
void spiPreinitByIO() {
|
||||
}
|
||||
|
||||
void IOConfigGPIO() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue