git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8511 35acf78f-673a-0410-8e92-d51de3d6d3f4

This commit is contained in:
Giovanni Di Sirio 2015-11-19 16:32:44 +00:00
parent 4db0944ed0
commit 235d53668d
1 changed files with 1 additions and 1 deletions

View File

@ -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
/**