Skip to content

Commit

Permalink
Removed testing printfs
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanK952 committed Nov 24, 2024
1 parent 6233621 commit 6e15096
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Core/Src/compute.c
Original file line number Diff line number Diff line change
Expand Up @@ -253,8 +253,6 @@ int16_t compute_get_pack_current()
return -low_current;
}

// printf("Low Current: %d\n", -low_current);
// printf("High Current: %d\n", -high_current);
return -high_current;
}

Expand Down

0 comments on commit 6e15096

Please sign in to comment.