From 334ee6970801e8b72f8a36daa3d42acda56ec15e Mon Sep 17 00:00:00 2001 From: gdisirio Date: Mon, 22 Aug 2011 08:40:34 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3247 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/ports/RC/STM8/chcore.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'os/ports/RC/STM8') diff --git a/os/ports/RC/STM8/chcore.h b/os/ports/RC/STM8/chcore.h index c8c2ebb16..6af456a55 100644 --- a/os/ports/RC/STM8/chcore.h +++ b/os/ports/RC/STM8/chcore.h @@ -31,6 +31,10 @@ #include +#if CH_DBG_ENABLE_STACK_CHECK +#error "option CH_DBG_ENABLE_STACK_CHECK not supported by this port" +#endif + /*===========================================================================*/ /* Port configurable parameters. */ /*===========================================================================*/ -- cgit v1.2.3