1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-17 21:35:44 +03:00

Gyro on Rev3 and Rev3a Bluejay are 0 aligned

This commit is contained in:
blckmn 2016-07-30 14:28:23 +10:00
parent 552e32a287
commit 49f9eec1e9
5 changed files with 95 additions and 8 deletions

View file

@ -213,7 +213,8 @@ bool m25p16_init(ioTag_t csTag)
} else {
#ifdef M25P16_CS_PIN
m25p16CsPin = IOGetByTag(IO_TAG(M25P16_CS_PIN));
#else return false;
#else
return false;
#endif
}
IOInit(m25p16CsPin, OWNER_FLASH, RESOURCE_SPI_CS, 0);