Skip to content

Commit c0e6a0a

Browse files
committed
Small comment change
1 parent e65d88e commit c0e6a0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/boards/Inkplate2/Inkplate2Driver.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ void EPDDriver::writePixelInternal(int16_t x0, int16_t y0, uint16_t color)
2828
if (color > 2)
2929
return;
3030

31-
switch (_inkplate->getRotation()) // FIXED
31+
switch (_inkplate->getRotation())
3232
{
3333
case 3:
3434
_swap_int16_t(x0, y0);

0 commit comments

Comments
 (0)