adjusted scroller array size to prevent int overflow errors when diodes give higher values

This commit is contained in:
PloopyCo 2020-03-20 12:36:50 -04:00
parent 4aba39cfe1
commit 637b9ea92f
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@
*/
#ifndef SCROLLER_AR_SIZE
#define SCROLLER_AR_SIZE 40
#define SCROLLER_AR_SIZE 31
#endif
#ifndef SCROLLER_h