Skip to content

Commit

Permalink
enable misra-c2012-8.7 - unused objects
Browse files Browse the repository at this point in the history
If objects are not used, delete
  • Loading branch information
dzid26 committed May 22, 2024
1 parent 96368e3 commit afa97ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion board/safety_declarations.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ struct sample_t {
int values[MAX_SAMPLE_VALS];
int min;
int max;
} sample_t_default = {.values = {0}, .min = 0, .max = 0};
};

// safety code requires floats
struct lookup_t {
Expand Down

0 comments on commit afa97ea

Please sign in to comment.