Skip to content

Commit 7f8de58

Browse files
committed
Print: add namespace arduino
Fixes arduino/Arduino#10025
1 parent 67e4387 commit 7f8de58

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

api/Print.h

+2-1
Original file line numberDiff line numberDiff line change
@@ -92,4 +92,5 @@ class Print
9292
virtual void flush() { /* Empty implementation for backward compatibility */ }
9393
};
9494

95-
}
95+
}
96+
using namespace arduino;

0 commit comments

Comments
 (0)