Skip to content

Commit 51e74f6

Browse files
committed
rg_i2c: Added log message at the end of rg_i2c_gpio_init
1 parent 83e0152 commit 51e74f6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

components/retro-go/rg_i2c.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,7 @@ bool rg_i2c_gpio_init(void)
186186
for (size_t i = 0; i < RG_COUNT(gpio_output_regs); ++i)
187187
rg_i2c_write_byte(gpio_address, gpio_output_regs[i], 0x00);
188188

189+
RG_LOGI("GPIO Extender ready (driver:%d, addr:0x%02X).", RG_I2C_GPIO_DRIVER, gpio_address);
189190
return true;
190191
}
191192

0 commit comments

Comments
 (0)