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:
6641:8332bd01adfa
Parent:
6639:7310555173f0
Child:
6792:6c2ac7014efb
diff -r 9c0e6ff5041a -r 8332bd01adfa tools/toolchains/gcc.py
--- a/tools/toolchains/gcc.py	Thu Jun 16 13:34:54 2016 -0500
+++ b/tools/toolchains/gcc.py	Thu Jun 16 23:58:46 2016 +0100
@@ -172,7 +172,7 @@
         opts = ['-D%s' % d for d in defines] + ['@%s' % self.get_inc_file(includes)]
         config_header = self.get_config_header()
         if config_header is not None:
-            opts = opts + self.get_conifg_option(config_header)
+            opts = opts + self.get_config_option(config_header)
         return opts
 
     @hook_tool