mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-24 00:35:39 +03:00
Fix in l3gd20GyroInit
This commit is contained in:
parent
e8b81c822a
commit
37d798e5bc
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ static void l3gd20SpiInit(SPI_TypeDef *SPIx)
|
|||
spiSetDivisor(L3GD20_SPI, SPI_9MHZ_CLOCK_DIVIDER);
|
||||
}
|
||||
|
||||
void l3gd20GyroInit(uint16_t lpf)
|
||||
void l3gd20GyroInit(uint8_t lpf)
|
||||
{
|
||||
UNUSED(lpf); // FIXME use it!
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue