aboutsummaryrefslogtreecommitdiffstats
path: root/ports/ARMCM3/chcore.h
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2008-12-30 18:15:30 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2008-12-30 18:15:30 +0000
commitd53b90ec47b2c4bd6dc58816b0397509ec049a45 (patch)
tree45ce111e1bfeb1a1502a5f3cb7d16c704c7d17d4 /ports/ARMCM3/chcore.h
parent3c101f29013c71f6a786f9ac7bdbf29499c47cbb (diff)
downloadChibiOS-d53b90ec47b2c4bd6dc58816b0397509ec049a45.tar.gz
ChibiOS-d53b90ec47b2c4bd6dc58816b0397509ec049a45.tar.bz2
ChibiOS-d53b90ec47b2c4bd6dc58816b0397509ec049a45.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@567 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'ports/ARMCM3/chcore.h')
-rw-r--r--ports/ARMCM3/chcore.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/ARMCM3/chcore.h b/ports/ARMCM3/chcore.h
index 212c994de..d3ee658ba 100644
--- a/ports/ARMCM3/chcore.h
+++ b/ports/ARMCM3/chcore.h
@@ -127,7 +127,7 @@ typedef struct {
}
#ifndef INT_REQUIRED_STACK
-#define INT_REQUIRED_STACK 0x10
+#define INT_REQUIRED_STACK 0 /* NOTE: Always safe for this port. */
#endif
/*