1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-02-28 17:54:15 +01:00

Fix typo in servo doxygen header

This commit is contained in:
James Cotton 2011-07-16 03:25:33 -05:00
parent a9c873dafa
commit 2da65014c7

View File

@ -161,7 +161,7 @@ void PIOS_Servo_SetHz(uint16_t * speeds, uint8_t banks)
/** /**
* Set servo position * Set servo position
* \param[in] Servo Servo number (0-7) * \param[in] Servo Servo number (0-7)
* \param[in] Position Servo position in milliseconds * \param[in] Position Servo position in microseconds
*/ */
void PIOS_Servo_Set(uint8_t Servo, uint16_t Position) void PIOS_Servo_Set(uint8_t Servo, uint16_t Position)
{ {