mbed library sources(for async_print)

Dependents:   AsyncPrint

Fork of mbed-src by mbed official

Revision:
535:35ad5cbb2f6a
Parent:
525:c320967f86b9
Child:
548:1abac31e188e
--- a/targets/hal/TARGET_Silicon_Labs/TARGET_EFM32/TARGET_EFM32ZG_STK3200/device.h	Tue May 05 08:00:08 2015 +0100
+++ b/targets/hal/TARGET_Silicon_Labs/TARGET_EFM32/TARGET_EFM32ZG_STK3200/device.h	Wed May 06 14:15:12 2015 +0100
@@ -50,6 +50,11 @@
 
 #define DEVICE_LOWPOWERTIMER    1
 
+// Redefine OPEN_MAX from sys_limits.h to save on RAM.
+// Effect: maximum amount of file handlers = OPEN_MAX
+// This is not going to have an impact, since this is a RAM-limited part anyway.
+#define OPEN_MAX                8
+
 #include "objects.h"
 #include "Modules.h"
 #include "device_peripherals.h"