Merge pull request #506 from shawnchain/pr503-cleanup

update OLED.h
This commit is contained in:
Jonathan Naylor 2019-05-15 17:38:26 +01:00 committed by GitHub
commit 99c8b23f41
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
OLED.h
View file

@ -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();