Skip to content

Commit 5301d80

Browse files
no skip on serial
1 parent 167b4be commit 5301d80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cubesatsim/cubesatsim.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4957,7 +4957,7 @@ void start_clockgen() {
49574957

49584958
void get_input() {
49594959

4960-
if (((skip++)%2) == 0)
4960+
// if (((skip++)%2) == 0)
49614961
serial_input();
49624962

49634963
// check for button press

0 commit comments

Comments
 (0)