Skip to content

Commit

Permalink
feat: update canlib version
Browse files Browse the repository at this point in the history
  • Loading branch information
Tonidotpy committed Jun 14, 2024
1 parent da282cf commit 772ef45
Show file tree
Hide file tree
Showing 5 changed files with 1,490 additions and 1,490 deletions.
2 changes: 1 addition & 1 deletion cellboard/Core/Src/temp.c
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ bool _temp_include_cell(size_t idx) {
case 3:
return idx != 5 && idx != 25 && idx != 26;
case 4:
return idx != 1 && idx != 3 && idx != 13;
return idx != 1 && idx != 3 && idx != 13 && idx != 35;
case 5:
return idx != 7 && idx != 9 && idx != 14 && idx != 29;

Expand Down
Loading

0 comments on commit 772ef45

Please sign in to comment.