Fix I2C Scan for S2 and C3 (#5528)
Thanks @chegewara I2C Scan was failing because i2c_master_write does not accept size of 0. This change checks and skips that call if no length is provided (usually when scanning)
Showing
Please register or sign in to comment