fix for mbed lib issue 3 (i2c problem) see also https://mbed.org/users/mbed_official/code/mbed/issues/3 affected implementations: LPC812, LPC11U24, LPC1768, LPC2368, LPC4088

Fork of mbed-src by mbed official

Revision:
10:3bc89ef62ce7
Parent:
9:0ce32e54c9a7
--- a/common/stdio.cpp	Mon Jun 10 16:03:00 2013 +0100
+++ b/common/stdio.cpp	Fri Jun 14 17:49:17 2013 +0100
@@ -379,6 +379,3 @@
     }
 }
 #endif
-
-// Make sure we are pulling in the retargeting module at link time
-volatile int stdio_retargeting_module;