1
0
Fork 0
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:
MJ666 2018-10-03 00:06:02 +02:00
parent 5b91ec41e3
commit bb685755ed
2 changed files with 8 additions and 4 deletions

View file

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