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

Refactor #ifdef declarations. #39

Closed georgemorgan closed 7 years ago

georgemorgan commented 8 years ago

Certain code blocks are contained within #ifdef declarations that depend on the target for which the firmware is being compiled. Refactor this to make this platform independent, or at least switch based on capabilities present (or not) on the target.

georgemorgan commented 7 years ago

Got 'em.