WiringProject / Wiring

Wiring Framework
http://wiring.org.co/
Other
217 stars 168 forks source link

Inline directive in MenuBackend.h makes setValue function not usable #46

Closed zgoda closed 8 years ago

zgoda commented 8 years ago

https://github.com/WiringProject/Wiring/blob/master/framework/libraries/MenuBackend/MenuBackend.h#L435

This produces warning "inline function used but never defined", and then use of this function in code results in "undefined reference to 'MenuItem::setValue(int)'".

AlexanderBrevig commented 8 years ago

fixed by https://github.com/WiringProject/Wiring/commit/da0b6b9282ae6a3f047235b5a91b6df567fdf22f thanks!