mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 08:15:30 +03:00
Fixup after rebase
This commit is contained in:
parent
7c8d1967d0
commit
e4cb051b13
7 changed files with 8 additions and 13 deletions
|
@ -378,7 +378,7 @@ void max7456ReInit(void)
|
|||
|
||||
|
||||
//here we init only CS and try to init MAX for first time
|
||||
void max7456Init(vcdProfile_t *pVcdProfile)
|
||||
void max7456Init(const vcdProfile_t *pVcdProfile)
|
||||
{
|
||||
#ifdef MAX7456_SPI_CS_PIN
|
||||
max7456CsPin = IOGetByTag(IO_TAG(MAX7456_SPI_CS_PIN));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue