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

lf_assert is backwards #81

Closed TravisWhitaker closed 6 years ago

TravisWhitaker commented 7 years ago

72 added the lf_assert macro, but the first boolean argument has the opposite behavior of C's assert (and every other thing called "assert" I can remember).

I wanted to point this out in an issue before going ahead and setting things right.