Skip to content

Commit de238b4

Browse files
neithanmochcmedeiros
authored andcommitted
fix(linter): Use variable
1 parent 87f5f9d commit de238b4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

app/src/common/main.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,7 @@ __attribute__((section(".boot"))) int main(void) {
3131
app_init();
3232
app_main();
3333
}
34-
CATCH_OTHER(e) {
35-
}
34+
CATCH_OTHER(e) { (void)e; }
3635
FINALLY {
3736
}
3837
}

0 commit comments

Comments
 (0)