Skip to content

Commit

Permalink
input: fix errors in ISF import module based on pull request reviews
Browse files Browse the repository at this point in the history
Add comments, conform to the kernel coding style
and add bounds checking in ISF import module.
  • Loading branch information
filipkosecek committed Jun 7, 2023
1 parent f5ab583 commit 741a37b
Show file tree
Hide file tree
Showing 2 changed files with 443 additions and 376 deletions.
2 changes: 1 addition & 1 deletion src/input/input.c
Expand Up @@ -90,7 +90,7 @@ static const struct sr_input_module *input_module_list[] = {
&input_raw_analog,
&input_logicport,
&input_saleae,
&input_isf,
&input_isf,
&input_null,
NULL,
};
Expand Down

0 comments on commit 741a37b

Please sign in to comment.