Skip to content

Commit e79060f

Browse files
authored
Merge pull request #6427 from AGlass0fMilk/SWO-mbed-namespace
Added SerialWireOutput to mbed namespace
2 parents 4a5f4aa + d3ab5c7 commit e79060f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

drivers/SerialWireOutput.h

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,12 @@
1919
#include "hal/itm_api.h"
2020
#include "platform/FileHandle.h"
2121

22+
namespace mbed {
23+
2224
class SerialWireOutput : public FileHandle {
25+
2326
public:
27+
2428
SerialWireOutput(void)
2529
{
2630
/* Initialize ITM using internal init function. */
@@ -67,5 +71,7 @@ class SerialWireOutput : public FileHandle {
6771
return 0;
6872
}
6973
};
74+
75+
} // namespace mbed
7076

7177
#endif

0 commit comments

Comments
 (0)