We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b1c9ada + de4a8fd commit cc2e7b5Copy full SHA for cc2e7b5
1 file changed
src/M5ModuleQRCode.cpp
@@ -47,7 +47,7 @@ bool M5ModuleQRCode::_init_pi4ioe5v6408()
47
_pi4ioe5v6408 = nullptr;
48
}
49
50
- _pi4ioe5v6408 = new m5::PI4IOE5V6408_Class(_config.pi4ioe5v6408_addr, 100000, = _config.i2c);
+ _pi4ioe5v6408 = new m5::PI4IOE5V6408_Class(_config.pi4ioe5v6408_addr, 100000, _config.i2c);
51
52
if (_pi4ioe5v6408 == nullptr) {
53
_LOG_ERROR("pi4ioe5v6408 malloc failed\n");
0 commit comments