adjusted scroller array size to prevent int overflow errors when diodes give higher values
This commit is contained in:
parent
4aba39cfe1
commit
637b9ea92f
|
@ -18,7 +18,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef SCROLLER_AR_SIZE
|
#ifndef SCROLLER_AR_SIZE
|
||||||
#define SCROLLER_AR_SIZE 40
|
#define SCROLLER_AR_SIZE 31
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef SCROLLER_h
|
#ifndef SCROLLER_h
|
||||||
|
|
Loading…
Reference in New Issue