mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-19 06:15:16 +03:00
Make SPI pins configurable
This commit is contained in:
parent
1388c3ee82
commit
7a52f91975
12 changed files with 598 additions and 274 deletions
|
@ -349,6 +349,8 @@ void init(void)
|
|||
#else
|
||||
|
||||
#ifdef USE_SPI
|
||||
spiPinConfigure();
|
||||
|
||||
#ifdef USE_SPI_DEVICE_1
|
||||
spiInit(SPIDEV_1);
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue