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:
8147:c2e43990f039
Parent:
7987:0474ba76d193
Parent:
8146:853c461cbdc0
diff -r deb7a08eaf16 -r c2e43990f039 hal/common/retarget.cpp
--- a/hal/common/retarget.cpp	Tue Sep 27 21:51:48 2016 -0700
+++ b/hal/common/retarget.cpp	Tue Sep 27 21:52:13 2016 -0700
@@ -609,9 +609,11 @@
 #endif
 
 #if DEVICE_STDIO_MESSAGES
+#if MBED_CONF_CORE_STDIO_FLUSH_AT_EXIT
     fflush(stdout);
     fflush(stderr);
 #endif
+#endif
 
 #if DEVICE_SEMIHOST
     if (mbed_interface_connected()) {