mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-15 04:15:44 +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
|
||||
#define MAX7456_SPI_CS_PIN NONE
|
||||
#endif
|
||||
|
||||
#ifndef MAX7456_SPI_INSTANCE
|
||||
#define MAX7456_SPI_INSTANCE NULL
|
||||
#endif
|
||||
#endif
|
||||
|
||||
// pg/flash
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue