flipper-io / flipper

Flipper is a development platform that can be controlled from any programming language.
https://www.flipper.io/
Apache License 2.0
70 stars 15 forks source link

Endianness of return types is not ensured. #26

Closed georgemorgan closed 7 years ago

georgemorgan commented 8 years ago

Some devices have different endianness for their return types. This needs to be verified by FMR before returning.

georgemorgan commented 8 years ago

I added a little32(retval) in fmr_obtain_response to offset this issue for now.