fix: namespace

This commit is contained in:
Patrick Balsiger
2020-09-27 13:48:49 +02:00
parent 0d5d559b2c
commit c289d7c614
3 changed files with 8 additions and 9 deletions

4
.gitignore vendored
View File

@@ -74,5 +74,5 @@ dist/
/firmware /firmware
.clang_complete .clang_complete
.gcc-flags.json .gcc-flags.json
.pioenvs .pio
.piolibdeps .vscode

View File

@@ -1,7 +1,7 @@
{ {
// See http://go.microsoft.com/fwlink/?LinkId=827846 // See http://go.microsoft.com/fwlink/?LinkId=827846
// for the documentation about the extensions.json format // for the documentation about the extensions.json format
"recommendations": [ "recommendations": [
"platformio.platformio-ide" "platformio.platformio-ide"
] ]
} }

View File

@@ -16,7 +16,6 @@
#include <Adafruit_NeoPixel.h> #include <Adafruit_NeoPixel.h>
using namespace std; using namespace std;
using namespace std::placeholders;
// Pattern types supported: // Pattern types supported:
enum pattern enum pattern