mirror of https://github.com/ARMmbed/mbed-os.git
Added missing define in drivers/SerialWireOutput.h
parent
a6651b868b
commit
88f30ccbbb
|
|
@ -14,6 +14,9 @@
|
||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifndef MBED_SERIALWIREOUTPUT_H
|
||||||
|
#define MBED_SERIALWIREOUTPUT_H
|
||||||
|
|
||||||
#if defined(DEVICE_ITM)
|
#if defined(DEVICE_ITM)
|
||||||
|
|
||||||
#include "hal/itm_api.h"
|
#include "hal/itm_api.h"
|
||||||
|
|
@ -70,4 +73,6 @@ public:
|
||||||
|
|
||||||
} // namespace mbed
|
} // namespace mbed
|
||||||
|
|
||||||
#endif
|
#endif // DEVICE_ITM
|
||||||
|
|
||||||
|
#endif // MBED_SERIALWIREOUTPUT_H
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue