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/GCC/PPC/chcore.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'os/ports/GCC/PPC/chcore.h') diff --git a/os/ports/GCC/PPC/chcore.h b/os/ports/GCC/PPC/chcore.h index 01b31bbb7..57ad8db27 100644 --- a/os/ports/GCC/PPC/chcore.h +++ b/os/ports/GCC/PPC/chcore.h @@ -29,6 +29,10 @@ #ifndef _CHCORE_H_ #define _CHCORE_H_ +#if CH_DBG_ENABLE_STACK_CHECK +#error "option CH_DBG_ENABLE_STACK_CHECK not supported by this port" +#endif + /* * Port-related configuration parameters. */ -- cgit v1.2.3