Added missing define in drivers/SerialWireOutput.h

pull/8442/head
welaZat 2018-10-16 14:11:15 +02:00
parent a6651b868b
commit 88f30ccbbb
1 changed files with 6 additions and 1 deletions

View File

@ -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