Added/moved namespaces in events module

This commit is contained in:
Alessandro Simovic
2018-07-03 10:28:27 +02:00
committed by Beat Küng
parent c684275018
commit 1982957bef
8 changed files with 50 additions and 6 deletions
+5
View File
@@ -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 */