diff options
| author | Damien George | 2017-04-01 11:39:38 +1100 |
|---|---|---|
| committer | Damien George | 2017-04-01 11:39:38 +1100 |
| commit | 4c307bfba1e5ffa3cec94bd63ba19ba6c322883b (patch) | |
| tree | 0ca562a561a639e2ab83e94d07f79699870c6986 /pic16bit | |
| parent | 64d00511e11eed6e37134e5b43acac8a33226ca0 (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 'pic16bit')
| -rw-r--r-- | pic16bit/mpconfigport.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pic16bit/mpconfigport.h b/pic16bit/mpconfigport.h index a0371a8ae..e4113956b 100644 --- a/pic16bit/mpconfigport.h +++ b/pic16bit/mpconfigport.h @@ -68,7 +68,6 @@ // type definitions for the specific machine #define MP_ENDIANNESS_LITTLE (1) -#define BYTES_PER_WORD (2) #define MPZ_DIG_SIZE (8) // The xc16 compiler doesn't seem to respect alignment (!!) so we |
