Skip to content

Commit 51e31c5

Browse files
committed
fixup! Simplify main function
1 parent 6faa22a commit 51e31c5

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/main.c

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -137,11 +137,10 @@ int main(void)
137137
{
138138
setup();
139139
systick_interrupt_enable();
140-
// competition();
140+
competition();
141141
while (1) {
142-
if (button_left_read_consecutive(500)) {
142+
if (button_left_read_consecutive(500))
143143
training();
144-
}
145144
execute_commands();
146145
}
147146

0 commit comments

Comments
 (0)