Skip to content

Commit

Permalink
Merge ../Arduino-Helpers
Browse files Browse the repository at this point in the history
  • Loading branch information
tttapa committed Sep 3, 2023
2 parents bccc4d0 + 0de827b commit f6723db
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/AH/PrintStream/PrintStream.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -84,11 +84,15 @@ Print &operator<<(Print &p, HexDump h);

/// @}

END_AH_NAMESPACE

#ifndef ARDUINO

#include <iomanip>
#include <iostream>

BEGIN_AH_NAMESPACE

// TODO: check conflicts between Arduino version and C++ STL version
using std::endl;
// using std::setbase;
Expand Down Expand Up @@ -116,10 +120,10 @@ inline std::ostream &operator<<(std::ostream &os,

std::ostream &operator<<(std::ostream &p, HexDump h);

#endif

END_AH_NAMESPACE

#endif

AH_DIAGNOSTIC_POP()

#include <Settings/NamespaceSettings.hpp>
Expand Down

0 comments on commit f6723db

Please sign in to comment.