mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-25 01:05:27 +03:00
typo in src/main/drivers/max7456.c
This commit is contained in:
parent
77e2a1e29e
commit
dd388ff20d
1 changed files with 1 additions and 1 deletions
|
@ -172,7 +172,7 @@
|
||||||
|
|
||||||
#define CHARS_PER_LINE 30 // XXX Should be related to VIDEO_BUFFER_CHARS_*?
|
#define CHARS_PER_LINE 30 // XXX Should be related to VIDEO_BUFFER_CHARS_*?
|
||||||
|
|
||||||
// On shared SPI buss we want to change clock for OSD chip and restore for other devices.
|
// On shared SPI bus we want to change clock for OSD chip and restore for other devices.
|
||||||
|
|
||||||
#ifdef USE_SPI_TRANSACTION
|
#ifdef USE_SPI_TRANSACTION
|
||||||
#define __spiBusTransactionBegin(busdev) spiBusTransactionBegin(busdev)
|
#define __spiBusTransactionBegin(busdev) spiBusTransactionBegin(busdev)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue