Merge pull request #7134 from jflyper/bfdev-max7456-default-instance-to-null

[MAX7456] SPI instance defaults to NULL
This commit is contained in:
Michael Keller 2018-11-28 00:45:57 +13:00 committed by GitHub
commit 5cd29f6eb0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

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