Skip to content

Commit

Permalink
Fixed a missing field issue
Browse files Browse the repository at this point in the history
  • Loading branch information
GearBoxFox committed Jan 21, 2024
1 parent 0b3a8d3 commit 42845c9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public class Module {
public Module(ModuleIO io) {
this.m_io = io;
this.m_moduleConstants = m_io.getModuleConstants();
this.m_index = m_moduleConstants.kModuleIndex();
this.m_index = m_moduleConstants.MODULE_INDEX();
// delay to initialize all hardware
Timer.delay(0.5);

Expand Down

0 comments on commit 42845c9

Please sign in to comment.