Skip to content

Commit 4600c85

Browse files
author
Cruz Monrreal
authored
Merge pull request #8442 from evva-sfw/bug/missing-define
Add missing define in drivers/SerialWireOutput.h
2 parents a5855e4 + 88f30cc commit 4600c85

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

drivers/SerialWireOutput.h

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@
1414
* limitations under the License.
1515
*/
1616

17+
#ifndef MBED_SERIALWIREOUTPUT_H
18+
#define MBED_SERIALWIREOUTPUT_H
19+
1720
#if defined(DEVICE_ITM)
1821

1922
#include "hal/itm_api.h"
@@ -70,4 +73,6 @@ class SerialWireOutput : public FileHandle {
7073

7174
} // namespace mbed
7275

73-
#endif
76+
#endif // DEVICE_ITM
77+
78+
#endif // MBED_SERIALWIREOUTPUT_H

0 commit comments

Comments
 (0)