From 7ffd1d5e5b41393b518ad0a3b6e94056d9044e26 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Thu, 28 Aug 2008 15:10:54 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@413 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- src/chinit.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/chinit.c') diff --git a/src/chinit.c b/src/chinit.c index 243ef2a97..5e6788693 100644 --- a/src/chinit.c +++ b/src/chinit.c @@ -39,6 +39,12 @@ void chSysInit(void) { chDbgInit(); #ifdef CH_USE_VIRTUAL_TIMERS chVTInit(); +#endif +#ifdef CH_USE_HEAP + chHeapInit(); +#endif +#ifdef CH_USE_HEAP + chHeapInit(); #endif /* * Now this instructions flow becomes the main thread. -- cgit v1.2.3