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:
parent
552e32a287
commit
49f9eec1e9
5 changed files with 95 additions and 8 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue