Skip to content

Commit df68388

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

File tree

3 files changed

+1
-5
lines changed

3 files changed

+1
-5
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

-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)