ivanseidel / LinkedList

🔗 A fully implemented LinkedList made to work with general Microcontrollers and Arduino projects
MIT License
347 stars 120 forks source link

Fix invalid default value specification #6

Closed thirtythreeforty closed 9 years ago

thirtythreeforty commented 9 years ago

The default value should be present in the declaration, not the definition.

This caused a compilation error on GCC 4.9.2.

ivanseidel commented 9 years ago

Hi @thirtythreeforty ,

Thanks, but if you can please remove that parameter, it was never used.. While developing, I thought I could use it to improve the code using caching, but I ended up not implementing it...

Thanks

thirtythreeforty commented 9 years ago

There, that's better. I didn't even read the code before patching it. :grinning:

ivanseidel commented 9 years ago

Thanks ;)