aboutsummaryrefslogtreecommitdiffstats
path: root/os
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2016-01-06 11:43:13 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2016-01-06 11:43:13 +0000
commita929bb50f45bbe455108dd3c188025c48008bb41 (patch)
tree1bd912b7f370c188f175335b8f4cabbac0af595a /os
parentaf050e7716043b070481b30955d86cdcfee1cb24 (diff)
downloadChibiOS-a929bb50f45bbe455108dd3c188025c48008bb41.tar.gz
ChibiOS-a929bb50f45bbe455108dd3c188025c48008bb41.tar.bz2
ChibiOS-a929bb50f45bbe455108dd3c188025c48008bb41.zip
Fixed bug #687.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8697 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os')
-rw-r--r--os/rt/ports/ARM/chcore.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/os/rt/ports/ARM/chcore.h b/os/rt/ports/ARM/chcore.h
index b660323c7..fba9d7dba 100644
--- a/os/rt/ports/ARM/chcore.h
+++ b/os/rt/ports/ARM/chcore.h
@@ -120,20 +120,6 @@
#define ARM_ENABLE_WFI_IDLE FALSE
#endif
-/**
- * @brief Enabled if in the system THUM code is used somewhere.
- */
-#if !defined(THUMB_PRESENT)
-#define THUMB_PRESENT
-#endif
-
-/**
- * @brief Enabled if THUMB interworking is not required.
- */
-#if !defined(THUMB_NO_INTERWORKING)
-#define THUMB_NO_INTERWORKING
-#endif
-
/*===========================================================================*/
/* Derived constants and error checks. */
/*===========================================================================*/