Merge pull request #5793 from etracer65/max7456_double_increment

Fix incorrect double increment in MAX7456 screen drawing
This commit is contained in:
Michael Keller 2018-05-03 23:32:21 +12:00 committed by GitHub
commit cb19bb16d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -629,7 +629,6 @@ void max7456DrawScreen(void)
spiBuff[buff_len++] = MAX7456ADD_DMDI;
spiBuff[buff_len++] = screenBuffer[pos];
shadowBuffer[pos] = screenBuffer[pos];
k++;
}
if (++pos >= maxScreenSize) {