mirror of
https://github.com/eclipse/upm.git
synced 2025-07-03 10:21:19 +03:00
i2clcd: remove unused function argument from the writeChar function
The writeChar function in the ssd13xx classes had an unused argument. Signed-off-by: Wouter van Verre <wouter.van.verre@intel.com> Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
This commit is contained in:

committed by
Mihai Tudor Panu

parent
ae0d99369b
commit
53b58225a4
@ -105,7 +105,7 @@ class SSD1308 : public I2CLcd
|
||||
mraa_result_t home();
|
||||
|
||||
private:
|
||||
mraa_result_t writeChar(mraa_i2c_context ctx, uint8_t value);
|
||||
mraa_result_t writeChar(uint8_t value);
|
||||
mraa_result_t setNormalDisplay();
|
||||
mraa_result_t setAddressingMode(displayAddressingMode mode);
|
||||
};
|
||||
|
Reference in New Issue
Block a user