zacsketches / Arduino_Vector

Lightweight implementation of the STL vector for Arduino
36 stars 7 forks source link

Fix wrong case on include inside Vector.h #3

Closed duhanebel closed 6 years ago

duhanebel commented 6 years ago

Vector.h includes “arduino.h” instead of the correct “Arduino.h”. This fails on case-sensitive OSs like *NIX. Fixes #2

zacsketches commented 6 years ago

@duhanebel thank you for correcting this issue. Also thanks to @jngermon for bumping this fix to the top of my inbox by commenting on the issue.