From 6f976ea14d9d11cf29887a4de5ac0c149bd956ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20St=C3=A4ck?= Date: Sat, 27 Jul 2019 00:02:25 +0200 Subject: [PATCH] Use proper 3rd trill value for readTrills() --- NuEVI/menu.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NuEVI/menu.cpp b/NuEVI/menu.cpp index 08c2e60..8fec04d 100644 --- a/NuEVI/menu.cpp +++ b/NuEVI/menu.cpp @@ -366,7 +366,7 @@ void drawMenuCursor(byte itemNo, byte color){ static int readTrills() { readSwitches(); - return K5+2*K6+4*K7; + return K5+2*K6+trill3_interval*K7; } //***********************************************************