psas / stm32

PSAS STM32F4xx firmware development.
30 stars 20 forks source link

Use Asserts, But Have Them Turned Off For Flight #38

Closed natronics closed 10 years ago

natronics commented 10 years ago

We really like the asserts for debugging, but we don't want them on when compiled with flight tags.

Be sure to test after building for flight!

ThirteenFish commented 10 years ago

This has been mostly implemented but will also need be an ongoing style choice as more code is added.