mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-06-27 15:40:34 +08:00
Added/moved namespaces in events module
This commit is contained in:
committed by
Beat Küng
parent
c684275018
commit
1982957bef
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user