iondbproject / iondb

IonDB, a key-value datastore for resource constrained systems.
BSD 3-Clause "New" or "Revised" License
587 stars 48 forks source link

Standardize usage of ION_ARDUINO and ARDUINO defines #24

Closed Stickerpants closed 8 years ago

Stickerpants commented 8 years ago

Currently, we use a locally defined macro called ION_ARDUINO to do conditional compilation on device. However, there are also references in our code to an ARDUINO macro, which comes from the headers included when compiling on device.

We need to resolve this conflict and standardize on one consistent usage throughout the codebase.

wpenson commented 8 years ago

Issue resolved. Commit is pending push