Skip to content

Commit 32bcff5

Browse files
removing namespaces that may cause name clashes
1 parent 33b07cf commit 32bcff5

File tree

3 files changed

+0
-6
lines changed

3 files changed

+0
-6
lines changed

src/Arduino_HEX.h

-2
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,3 @@
1010
#pragma once
1111

1212
#include "./hex/hex.h"
13-
using namespace arduino;
14-
using namespace hex;

src/Arduino_SHA256.h

-2
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,3 @@
1010
#pragma once
1111

1212
#include "./sha256/SHA256.h"
13-
using namespace arduino;
14-
using namespace sha256;

src/Arduino_TimedAttempt.h

-2
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,3 @@
1010
#pragma once
1111

1212
#include "./time/TimedAttempt.h"
13-
14-
using namespace arduino::tattempt;

0 commit comments

Comments
 (0)