1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-03-15 07:29:15 +01:00

OP-780 fix for comments

This commit is contained in:
Alessio Morale 2012-12-30 15:01:25 +01:00
parent 376467bf57
commit 8a832fa8f6

View File

@ -272,7 +272,7 @@ static int32_t PIOS_MPU6000_SetReg(uint8_t reg, uint8_t data)
/**
* @brief Read current X, Z, Y values (in that order)
* \param[out] int16_t array of size 3 to store X, Z, and Y magnetometer readings
* \returns The number of samples remaining in the fifo
* \returns 0 if succesful
*/
int32_t PIOS_MPU6000_ReadGyros(struct pios_mpu6000_data * data)
{