Fix compiler warning

This commit is contained in:
penfold42 2018-07-17 20:04:09 +10:00
parent efe0f0bd6d
commit 8c76614858
1 changed files with 1 additions and 1 deletions

View File

@ -139,7 +139,7 @@ void SSD1306::RefreshScreen()
void SSD1306::RefreshRows(u32 start, u32 amountOfRows) void SSD1306::RefreshRows(u32 start, u32 amountOfRows)
{ {
int i; unsigned int i;
start <<= 1; start <<= 1;
amountOfRows <<= 1; amountOfRows <<= 1;