mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-17 05:15:25 +03:00
Moved bus_spi parameter group to pg/
.
This commit is contained in:
parent
9184401c45
commit
b38738894c
8 changed files with 122 additions and 72 deletions
|
@ -80,6 +80,7 @@
|
|||
#include "pg/adc.h"
|
||||
#include "pg/beeper_dev.h"
|
||||
#include "pg/bus_i2c.h"
|
||||
#include "pg/bus_spi.h"
|
||||
#include "pg/flash.h"
|
||||
#include "pg/pg.h"
|
||||
#include "pg/rx_pwm.h"
|
||||
|
@ -422,7 +423,7 @@ void init(void)
|
|||
#else
|
||||
|
||||
#ifdef USE_SPI
|
||||
spiPinConfigure();
|
||||
spiPinConfigure(spiPinConfig());
|
||||
|
||||
// Initialize CS lines and keep them high
|
||||
spiPreInit();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue