jhd1313m1: Remove unused variable from Jhd1313m1:write()

Signed-off-by: Clark Scheff <clark@scheffsblend.com>
Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
This commit is contained in:
Clark Scheff 2015-02-25 06:01:38 +00:00 committed by Mihai Tudor Panu
parent 7bd7e80b2e
commit f50ab24bb3

View File

@ -101,7 +101,6 @@ mraa_result_t
Jhd1313m1::write (std::string msg) {
usleep(1000);
mraa_result_t error = MRAA_SUCCESS;
uint8_t data[2] = {0x40, 0};
for (std::string::size_type i = 0; i < msg.size(); ++i) {
error = i2cData (m_i2c_lcd_control, msg[i]);
}