Skip to content
Snippets Groups Projects
Commit 17f3f231 authored by Matthew M. Burke's avatar Matthew M. Burke
Browse files

fixed typo

parent a5ced35e
No related branches found
No related tags found
No related merge requests found
......@@ -72,7 +72,7 @@ void OLEDDisplay::setColor(OLEDDISPLAY_COLOR color) {
this->color = color;
}
OLEDDISPLAY_COLOR OLEDDisplay:getColor() {
OLEDDISPLAY_COLOR OLEDDisplay::getColor() {
return this->color;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment