f32c / arduino

FPGArduino source
http://www.nxlab.fer.hr/fpgarduino
68 stars 44 forks source link

Minor warning fixes for IDE 1.6.7 #18

Closed emard closed 8 years ago

emard commented 8 years ago

Fix a few warnings that show up with IDE 1.6.7 (with warnings enabled). The void one is my fault, but not fully clear why the static inline was a problem (I suspect IDE preprocessing glitch), but the static wasn't really needed.