Skip to content

Commit

Permalink
revert missed commit
Browse files Browse the repository at this point in the history
  • Loading branch information
tobozo authored Jul 26, 2024
1 parent a74c65b commit f629140
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lgfx/v1/platforms/esp32/common.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1096,7 +1096,7 @@ namespace lgfx
#endif
#else
auto mod = getPeriphModule(i2c_port);
periph_module_disable(mod);
periph_module_enable(mod);
#endif

i2c_context[i2c_port].initialized = true;
Expand Down

0 comments on commit f629140

Please sign in to comment.