Skip to content

Commit b85bf25

Browse files
committed
CODECONVENTIONS.md: 16-bit ports exist now.
1 parent 2474c2a commit b85bf25

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

CODECONVENTIONS.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ Header files:
3939
Type names and declarations:
4040
- When defining a type, put '_t' after it.
4141

42-
Integer types: Micro Python runs on 32 and 64 bit machines (and one day
43-
maybe 16 bit), so it's important to use the correctly-sized (and signed)
44-
integer types. The general guidelines are:
42+
Integer types: Micro Python runs on 16, 32, and 64 bit machines, so it's
43+
important to use the correctly-sized (and signed) integer types. The
44+
general guidelines are:
4545
- For most cases use mp_int_t for signed and mp_uint_t for unsigned
4646
integer values. These are guaranteed to be machine-word sized and
4747
therefore big enough to hold the value from a Micro Python small-int

0 commit comments

Comments
 (0)