Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

libsbp C headers and test stubs. #32

Merged
merged 2 commits into from
Mar 19, 2015
Merged

libsbp C headers and test stubs. #32

merged 2 commits into from
Mar 19, 2015

Commits on Mar 18, 2015

  1. libsbp C headers and test stubs.

    First pass at libsbp C headers for inclusion in libswiftnav and
    piksi_firmware. Will fix formatting issues later, but need comments
    for integration, etc.
    
    /cc @fnoble
    mookerji committed Mar 18, 2015
    Configuration menu
    Copy the full SHA
    7cdf1a4 View commit details
    Browse the repository at this point in the history
  2. 0-length arrays for the time being.

    In the rare instances we're using variable-length arrays, use a
    0-length array. It seems we can't use the C99 flexible array
    declaration in the case where the flexible array is the only element
    in the struct.
    mookerji committed Mar 18, 2015
    Configuration menu
    Copy the full SHA
    5718dca View commit details
    Browse the repository at this point in the history