Updating PartialLayer code to support varying counter widths.
- For both uC architecture differences and RAM saving
This commit is contained in:
parent
3a07b4bdcd
commit
cb37c82330
2 changed files with 54 additions and 54 deletions
|
@ -38,8 +38,8 @@
|
|||
// Or to allow for nearly infinite states.
|
||||
// TODO Make selectable from layout variable
|
||||
//typedef uint32_t var_uint_t;
|
||||
typedef uint16_t var_uint_t;
|
||||
//typedef uint8_t var_uint_t;
|
||||
//typedef uint16_t var_uint_t;
|
||||
typedef uint8_t var_uint_t;
|
||||
|
||||
// - NOTE -
|
||||
// Native pointer length
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue