We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33b07cf commit fd7066cCopy full SHA for fd7066c
src/Arduino_HEX.h
@@ -10,5 +10,5 @@
10
#pragma once
11
12
#include "./hex/hex.h"
13
+
14
using namespace arduino;
-using namespace hex;
src/Arduino_SHA256.h
@@ -10,5 +10,3 @@
#include "./sha256/SHA256.h"
-using namespace arduino;
-using namespace sha256;
src/Arduino_TimedAttempt.h
@@ -11,4 +11,4 @@
#include "./time/TimedAttempt.h"
-using namespace arduino::tattempt;
+using namespace arduino;
0 commit comments