Skip to content

Commit

Permalink
Merge pull request #506 from shawnchain/pr503-cleanup
Browse files Browse the repository at this point in the history
update OLED.h
  • Loading branch information
g4klx authored May 15, 2019
2 parents 73bf04a + 750ef77 commit 99c8b23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OLED.h
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
class COLED : public CDisplay
{
public:
COLED(unsigned char displayType, unsigned char displayBrighness, bool displayInvert, bool displayScroll, bool displayRotate, bool slot1Enabled, bool slot2Enabled, CModem* modem);
COLED(unsigned char displayType, unsigned char displayBrighness, bool displayInvert, bool displayScroll, bool displayRotate, bool slot1Enabled, bool slot2Enabled);
virtual ~COLED();

virtual bool open();
Expand Down

0 comments on commit 99c8b23

Please sign in to comment.