Skip to content

Commit

Permalink
rename ogx360_initialize_i2c to ogx360_i2c_init
Browse files Browse the repository at this point in the history
small fix
misted that one
  • Loading branch information
konwektor authored Nov 12, 2023
1 parent 28a6e39 commit cbe18f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/wired/ogx360_i2c.c
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ void ogx360_process(uint8_t player)
{
if (!initialized)
{
ogx360_initialize_i2c();
ogx360_i2c_init();
ogx360_check_connected_controllers();
initialized = true;
}
Expand Down

0 comments on commit cbe18f4

Please sign in to comment.