DataFlash: added desired rate to PID_Info

This commit is contained in:
Andrew Tridgell 2015-05-23 08:56:05 +10:00
parent 0fe04a93ce
commit d148c38f68

View File

@ -94,6 +94,7 @@ public:
// This structure provides information on the internal member data of a PID for logging purposes
struct PID_Info {
float desired;
float P;
float I;
float D;