Fix compiler warning
This commit is contained in:
parent
efe0f0bd6d
commit
8c76614858
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue