Skip to content

Commit de4a8fd

Browse files
committed
Correct the mistakes
1 parent 37c62c0 commit de4a8fd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/M5ModuleQRCode.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ bool M5ModuleQRCode::_init_pi4ioe5v6408()
4747
_pi4ioe5v6408 = nullptr;
4848
}
4949

50-
_pi4ioe5v6408 = new m5::PI4IOE5V6408_Class(_config.pi4ioe5v6408_addr, 100000, = _config.i2c);
50+
_pi4ioe5v6408 = new m5::PI4IOE5V6408_Class(_config.pi4ioe5v6408_addr, 100000, _config.i2c);
5151

5252
if (_pi4ioe5v6408 == nullptr) {
5353
_LOG_ERROR("pi4ioe5v6408 malloc failed\n");

0 commit comments

Comments
 (0)