GameWithPixels / DiceFirmware

Pixels dice firmware code.
MIT License
15 stars 1 forks source link

Check messages for possible alignements issues #24

Open obasille opened 2 years ago

obasille commented 2 years ago

For example MessageBulkSetup.size is not 16 bits aligned.

Rule: align 16 bits values on 16 bits addresses, and 32 bits values on 32 bits addresses