1
0
Fork 0
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:
jflyper 2017-06-17 16:01:08 +09:00
parent 1388c3ee82
commit 7a52f91975
12 changed files with 598 additions and 274 deletions

View file

@ -349,6 +349,8 @@ void init(void)
#else
#ifdef USE_SPI
spiPinConfigure();
#ifdef USE_SPI_DEVICE_1
spiInit(SPIDEV_1);
#endif