Skip to content

Commit fd7066c

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

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

src/Arduino_HEX.h

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

1212
#include "./hex/hex.h"
13+
1314
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@
1111

1212
#include "./time/TimedAttempt.h"
1313

14-
using namespace arduino::tattempt;
14+
using namespace arduino;

0 commit comments

Comments
 (0)