mirror of
https://gitlab.com/wirelos/sprocket-plugin-neopixel.git
synced 2025-12-14 05:46:50 +01:00
fix: namespace
This commit is contained in:
4
.gitignore
vendored
4
.gitignore
vendored
@@ -74,5 +74,5 @@ dist/
|
||||
/firmware
|
||||
.clang_complete
|
||||
.gcc-flags.json
|
||||
.pioenvs
|
||||
.piolibdeps
|
||||
.pio
|
||||
.vscode
|
||||
@@ -16,7 +16,6 @@
|
||||
#include <Adafruit_NeoPixel.h>
|
||||
|
||||
using namespace std;
|
||||
using namespace std::placeholders;
|
||||
|
||||
// Pattern types supported:
|
||||
enum pattern
|
||||
|
||||
Reference in New Issue
Block a user