ivanseidel / LinkedList

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

Fixing small bug #1

Closed siemanko closed 10 years ago

siemanko commented 10 years ago

This is small but annoying. If you type add(0, element); you are going to add T() instead of element.