mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-25 01:05:27 +03:00
Update MAX7456 driver for generic target
This commit is contained in:
parent
5b91ec41e3
commit
bb685755ed
2 changed files with 8 additions and 4 deletions
|
@ -186,10 +186,6 @@
|
|||
#define __spiBusTransactionEnd(busdev) IOHi((busdev)->busdev_u.spi.csnPin)
|
||||
#endif
|
||||
|
||||
#ifndef MAX7456_SPI_CLK
|
||||
#define MAX7456_SPI_CLK (SPI_CLOCK_STANDARD)
|
||||
#endif
|
||||
|
||||
busDevice_t max7456BusDevice;
|
||||
busDevice_t *busdev = &max7456BusDevice;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue