Skip to content

Commit 7fbf28a

Browse files
committed
Fix type
1 parent 98c1133 commit 7fbf28a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sensors/DisplaySSD1306.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ class DisplaySSD1306: public Display {
127127
void setCursor(int col,int row) {
128128
_oled->setCursor(col,row);
129129
};
130-
SSD1306AsciiAvrI2c* getDisplay() {
130+
SSD1306Ascii* getDisplay() {
131131
return _oled;
132132
};
133133

0 commit comments

Comments
 (0)