mirror of
https://github.com/iNavFlight/inav.git
synced 2025-07-12 19:10:27 +03:00
Fix flash/osd SPI assignment
This commit is contained in:
parent
6a45be7417
commit
415886c2c1
1 changed files with 2 additions and 2 deletions
|
@ -57,11 +57,11 @@
|
|||
#define USE_FLASHFS
|
||||
#define USE_FLASH_M25P16
|
||||
#define M25P16_CS_PIN PC13
|
||||
#define M25P16_SPI_BUS BUS_SPI2
|
||||
#define M25P16_SPI_BUS BUS_SPI3
|
||||
|
||||
/*** OSD ***/
|
||||
#define USE_MAX7456
|
||||
#define MAX7456_SPI_BUS BUS_SPI3
|
||||
#define MAX7456_SPI_BUS BUS_SPI2
|
||||
#define MAX7456_CS_PIN PB12
|
||||
|
||||
/*** Serial ports ***/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue