From 235d53668ded03eaaaf2b9e59f781b70e7067c31 Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Thu, 19 Nov 2015 16:32:44 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8511 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/common/ports/e200/compilers/CW/crt0.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'os/common') diff --git a/os/common/ports/e200/compilers/CW/crt0.s b/os/common/ports/e200/compilers/CW/crt0.s index a0031d2e1..057bdcd4c 100644 --- a/os/common/ports/e200/compilers/CW/crt0.s +++ b/os/common/ports/e200/compilers/CW/crt0.s @@ -59,7 +59,7 @@ * @brief DATA segment initialization switch. */ #if !defined(CRT0_INIT_DATA) || defined(__DOXYGEN__) -#define CRT0_INIT_DATA FALSE +#define CRT0_INIT_DATA TRUE #endif /** -- cgit v1.2.3