adafruit / Adafruit_STMPE610

Arduino library for STMPE610/811 resistive touch screen controllers
MIT License
37 stars 32 forks source link

Fix compiler warning #8

Closed PaulStoffregen closed 7 years ago

PaulStoffregen commented 7 years ago

Very minor fix for compiler warning.

Adafruit_STMPE610.cpp:312:10: warning: 'x' may be used uninitialized in this function [-Wmaybe-uninitialized]
   return x;
          ^