mirror of https://github.com/ARMmbed/mbed-os.git
Added SerialWireOutput to mbed namespace
parent
9932b4c983
commit
d3ab5c7e59
|
@ -19,8 +19,12 @@
|
|||
#include "hal/itm_api.h"
|
||||
#include "platform/FileHandle.h"
|
||||
|
||||
namespace mbed {
|
||||
|
||||
class SerialWireOutput : public FileHandle {
|
||||
|
||||
public:
|
||||
|
||||
SerialWireOutput(void)
|
||||
{
|
||||
/* Initialize ITM using internal init function. */
|
||||
|
@ -68,4 +72,6 @@ public:
|
|||
}
|
||||
};
|
||||
|
||||
} // namespace mbed
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue