OpenAgricultureFoundation / openag_python

**DEPRECATED** python code - it now lives in openag_brain/.../openag_lib
GNU General Public License v3.0
20 stars 12 forks source link

firmware module ids that start with numbers will cause compilation errors #1

Closed gordonbrander closed 8 years ago

gordonbrander commented 8 years ago

This is because C does not allow variable or constant names to start with numbers. Could prefix with underscore.

LeonChambers commented 8 years ago

Resolved in 0.1.4