Copter: add comment (unit of G_Dt)

This commit is contained in:
Tobias 2013-08-08 15:09:27 +02:00 committed by Randy Mackay
parent c9f68fcd1b
commit 4d4b419d25
1 changed files with 1 additions and 1 deletions

View File

@ -752,7 +752,7 @@ static uint32_t condition_start;
////////////////////////////////////////////////////////////////////////////////
// IMU variables
////////////////////////////////////////////////////////////////////////////////
// Integration time for the gyros (DCM algorithm)
// Integration time (in seconds) for the gyros (DCM algorithm)
// Updated with the fast loop
static float G_Dt = 0.02;