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
+4 -1
View File
@@ -3,7 +3,8 @@
#include <px4_log.h>
using namespace events;
namespace events
{
void SubscriberHandler::subscribe()
{
@@ -97,3 +98,5 @@ void SubscriberHandler::check_for_updates()
}
}
} /* namespace events */