mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-15 12:25:20 +03:00
Merge pull request #7134 from jflyper/bfdev-max7456-default-instance-to-null
[MAX7456] SPI instance defaults to NULL
This commit is contained in:
commit
5cd29f6eb0
1 changed files with 4 additions and 0 deletions
|
@ -36,6 +36,10 @@
|
||||||
#ifndef MAX7456_SPI_CS_PIN
|
#ifndef MAX7456_SPI_CS_PIN
|
||||||
#define MAX7456_SPI_CS_PIN NONE
|
#define MAX7456_SPI_CS_PIN NONE
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifndef MAX7456_SPI_INSTANCE
|
||||||
|
#define MAX7456_SPI_INSTANCE NULL
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// pg/flash
|
// pg/flash
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue