mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-16 12:55:19 +03:00
Run SPI FLASH at full speed
This commit is contained in:
parent
60c008b20b
commit
41a0ca43d1
39 changed files with 276 additions and 193 deletions
|
@ -153,6 +153,10 @@ bool busRawWriteRegister(const busDevice_t*, uint8_t, uint8_t) {return true;}
|
|||
bool busRawWriteRegisterStart(const busDevice_t*, uint8_t, uint8_t) {return true;}
|
||||
void busDeviceRegister(const busDevice_t*) {}
|
||||
|
||||
uint16_t spiCalculateDivider() {
|
||||
return 2;
|
||||
}
|
||||
|
||||
void spiBusSetDivisor() {
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue