Fix in l3gd20GyroInit

This commit is contained in:
borisbstyle 2015-11-25 00:23:49 +01:00
parent e8b81c822a
commit 37d798e5bc
1 changed files with 1 additions and 1 deletions

View File

@ -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!