From 3585af057adf63761f557043e74254d0e28e40d9 Mon Sep 17 00:00:00 2001 From: Peter Buchegger Date: Wed, 20 Jan 2021 00:44:56 +0100 Subject: [PATCH] Update SSD1306.h --- lib/Display/SSD1306.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Display/SSD1306.h b/lib/Display/SSD1306.h index b0ac1be..923faef 100644 --- a/lib/Display/SSD1306.h +++ b/lib/Display/SSD1306.h @@ -176,7 +176,7 @@ class SSD1306Wire : public OLEDDisplay { int getBufferOffset(void) override { return 0; } - inline void sendCommand(uint8_t command) __attribute__((always_inline)) override { + inline void sendCommand(uint8_t command) override __attribute__((always_inline)) { initI2cIfNeccesary(); _wire->beginTransmission(_address); _wire->write(0x80);