1
0
Fork 0
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:
Martin Budden 2016-11-16 20:06:09 +00:00
parent 7c8d1967d0
commit e4cb051b13
7 changed files with 8 additions and 13 deletions

View file

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