mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-06-30 02:50:34 +08:00
Mavlink set last sent timestamp to space out initial publication
- remove QURT defines no longer required
This commit is contained in:
committed by
Lorenz Meier
parent
98465171aa
commit
a99f75dde2
@@ -57,15 +57,9 @@ void MavlinkCommandSender::initialize()
|
||||
|
||||
MavlinkCommandSender &MavlinkCommandSender::instance()
|
||||
{
|
||||
|
||||
return *_instance;
|
||||
}
|
||||
|
||||
MavlinkCommandSender::MavlinkCommandSender() :
|
||||
_commands(3)
|
||||
{
|
||||
}
|
||||
|
||||
MavlinkCommandSender::~MavlinkCommandSender()
|
||||
{
|
||||
px4_sem_destroy(&_lock);
|
||||
|
||||
Reference in New Issue
Block a user