Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
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!!!
Diff: hal/api/toolchain.h
- 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
*/