We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33b07cf commit df68388Copy full SHA for df68388
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
#include "./time/TimedAttempt.h"
-
-using namespace arduino::tattempt;
0 commit comments