Use | instead of + when building a 16-bit address from 2 bytes in the message buffer.
This is safe, since addition cannot overflow, and consistent with other places in the code where it was already done using |
Each change saves 4 bytes (tml-t85-test-comm is 16 bytes shorter)
The commit does not rebuild the distribution .hex files.
Tested informally with READEEPR and WRITEEPR only
Use | instead of + when building a 16-bit address from 2 bytes in the message buffer. This is safe, since addition cannot overflow, and consistent with other places in the code where it was already done using | Each change saves 4 bytes (tml-t85-test-comm is 16 bytes shorter) The commit does not rebuild the distribution .hex files. Tested informally with READEEPR and WRITEEPR only