summaryrefslogtreecommitdiff
path: root/bare-arm/mpconfigport.h
diff options
context:
space:
mode:
Diffstat (limited to 'bare-arm/mpconfigport.h')
-rw-r--r--bare-arm/mpconfigport.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/bare-arm/mpconfigport.h b/bare-arm/mpconfigport.h
index 912fae66f..97e866bdb 100644
--- a/bare-arm/mpconfigport.h
+++ b/bare-arm/mpconfigport.h
@@ -46,8 +46,6 @@
// type definitions for the specific machine
-#define BYTES_PER_WORD (4)
-
#define MICROPY_MAKE_POINTER_CALLABLE(p) ((void*)((mp_uint_t)(p) | 1))
#define UINT_FMT "%lu"