Skip to content

Commit

Permalink
Ran make check.
Browse files Browse the repository at this point in the history
  • Loading branch information
KnockbackNemo committed Mar 2, 2024
1 parent 50a1313 commit aed59fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Apps/Src/Tasks.c
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ extern const PinInfo
* Error assertion-related functions
*/
void AssertOsError(volatile OS_ERR err) {
OS_ERR err2;
OS_ERR err2 = 0;
if (err != OS_ERR_NONE) {
OSSchedLock(&err2);
EmergencyContactorOpen(); // Turn off contactors and turn on the
Expand Down

0 comments on commit aed59fd

Please sign in to comment.