Skip to content
This repository has been archived by the owner on Mar 5, 2024. It is now read-only.

Make structs platform agnostic #41

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Make structs platform agnostic #41

wants to merge 2 commits into from

Commits on Nov 19, 2019

  1. Add built tests to .gitignore

    Flavio Ceolin committed Nov 19, 2019
    Configuration menu
    Copy the full SHA
    c467cba View commit details
    Browse the repository at this point in the history
  2. Ensure that structs are platform independent

    Change unsigned int to uint32_t in places that we are assuming that
    they are 4 bytes.
    
    Signed-off-by: Flavio Ceolin <[email protected]>
    Flavio Ceolin committed Nov 19, 2019
    Configuration menu
    Copy the full SHA
    159d97a View commit details
    Browse the repository at this point in the history