ST / ST_Events-old

Dependents:   HelloWorld_CCA01M1 HelloWorld_CCA02M1 CI-data-logger-server HelloWorld_CCA02M1 ... more

This is a fork of the events subdirectory of https://github.com/ARMmbed/mbed-os.

Note, you must import this library with import name: events!!!

Revision:
7510:0446c506f41a
Parent:
7371:4c352cc17ba8
Child:
7514:a0c71f3f3d2f
--- a/tools/toolchains/gcc.py	Tue Aug 16 14:24:06 2016 +0100
+++ b/tools/toolchains/gcc.py	Tue Aug 16 12:34:18 2016 -0500
@@ -138,7 +138,7 @@
         # The warning/error notification is multiline
         msg = None
         for line in output.splitlines():
-            match = GCC.DIAGNOSTIC_PATTERN.match(line)
+            match = GCC.DIAGNOSTIC_PATTERN.search(line)
             if match is not None:
                 if msg is not None:
                     self.cc_info(msg)