Merge pull request #8442 from evva-sfw/bug/missing-define

Add missing define in drivers/SerialWireOutput.h
pull/8455/head
Cruz Monrreal 2018-10-17 09:33:18 -05:00 committed by GitHub
commit 4600c85611
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 1 deletions

View File

@ -14,6 +14,9 @@
* limitations under the License.
*/
#ifndef MBED_SERIALWIREOUTPUT_H
#define MBED_SERIALWIREOUTPUT_H
#if defined(DEVICE_ITM)
#include "hal/itm_api.h"
@ -70,4 +73,6 @@ public:
} // namespace mbed
#endif
#endif // DEVICE_ITM
#endif // MBED_SERIALWIREOUTPUT_H