mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-06-30 02:20:34 +08:00
Working on sysid. Added debug values.
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
#include "BlockSysIdent.hpp"
|
||||
|
||||
BlockSysIdent::BlockSysIdent() :
|
||||
Block(NULL, "SYSID"),
|
||||
_freq(this, "FREQ"),
|
||||
_ampl(this, "AMPL")
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user