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
+7 -1
View File
@@ -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 */