summaryrefslogtreecommitdiff
path: root/teensy
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2017-04-01 11:39:38 +1100
committerDamien George <damien.p.george@gmail.com>2017-04-01 11:39:38 +1100
commit4c307bfba1e5ffa3cec94bd63ba19ba6c322883b (patch)
tree0ca562a561a639e2ab83e94d07f79699870c6986 /teensy
parent64d00511e11eed6e37134e5b43acac8a33226ca0 (diff)
all: Move BYTES_PER_WORD definition from ports to py/mpconfig.h
It can still be overwritten by a port in mpconfigport.h but for almost all cases one can use the provided default.
Diffstat (limited to 'teensy')
-rw-r--r--teensy/mpconfigport.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/teensy/mpconfigport.h b/teensy/mpconfigport.h
index 07f60c43f..8c4022046 100644
--- a/teensy/mpconfigport.h
+++ b/teensy/mpconfigport.h
@@ -54,8 +54,6 @@ extern const struct _mp_obj_module_t time_module;
// type definitions for the specific machine
-#define BYTES_PER_WORD (4)
-
#define UINT_FMT "%u"
#define INT_FMT "%d"