mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-06-29 07:00:34 +08:00
Added/moved namespaces in events module
This commit is contained in:
committed by
Beat Küng
parent
c684275018
commit
1982957bef
@@ -40,9 +40,15 @@
|
||||
|
||||
#include "status_display.h"
|
||||
|
||||
using namespace status;
|
||||
namespace events
|
||||
{
|
||||
namespace status
|
||||
{
|
||||
|
||||
void StatusDisplay::set_leds()
|
||||
{
|
||||
// Put your LED handling here
|
||||
}
|
||||
|
||||
} /* namespace status */
|
||||
} /* namespace events */
|
||||
|
||||
Reference in New Issue
Block a user