Skip to content

Commit cc2e7b5

Browse files
authored
Merge pull request #2 from weekroom/main
Correct the mistakes
2 parents b1c9ada + de4a8fd commit cc2e7b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)