1
0
Fork 0
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:
Pawel Spychalski (DzikuVx) 2025-06-24 17:04:40 +02:00
parent 6a45be7417
commit 415886c2c1

View file

@ -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 ***/