mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-06-30 06:30:35 +08:00
Added/moved namespaces in events module
This commit is contained in:
committed by
Beat Küng
parent
c684275018
commit
1982957bef
@@ -38,6 +38,9 @@
|
||||
#include <px4_log.h>
|
||||
#include <drivers/drv_hrt.h>
|
||||
|
||||
namespace events
|
||||
{
|
||||
|
||||
struct work_s SendEvent::_work = {};
|
||||
|
||||
// Run it at 30 Hz.
|
||||
@@ -283,3 +286,5 @@ int SendEvent::custom_command(int argc, char *argv[])
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
} /* namespace events */
|
||||
|
||||
Reference in New Issue
Block a user