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:
7486:e02c89fc45ad
Parent:
7482:a3c8ec7eba46
Child:
7604:4544d30abb2a
--- a/hal/api/toolchain.h	Mon Aug 08 17:12:48 2016 -0500
+++ b/hal/api/toolchain.h	Tue Aug 16 20:30:20 2016 -0500
@@ -234,7 +234,7 @@
  *  @code
  *  #include "toolchain.h"
  *
- *  MBED_DEPRECATED_SINCE("v5.1", "don't foo any more, bar instead")
+ *  MBED_DEPRECATED_SINCE("mbed-os-5.1", "don't foo any more, bar instead")
  *  void foo(int arg);
  *  @endcode
  */