Skip to content
Snippets Groups Projects
Commit 7ce6c8f5 authored by Alexandre Abadie's avatar Alexandre Abadie Committed by GitHub
Browse files

Merge pull request #7135 from smlng/tests/periph_spi/fix_unused_vars

tests, periph_spi: fix unused variable
parents db46dbc6 ce0aa113
No related branches found
No related tags found
No related merge requests found
...@@ -219,6 +219,9 @@ int cmd_transfer(int argc, char **argv) ...@@ -219,6 +219,9 @@ int cmd_transfer(int argc, char **argv)
int cmd_bench(int argc, char **argv) int cmd_bench(int argc, char **argv)
{ {
(void)argc;
(void)argv;
uint32_t start, stop; uint32_t start, stop;
uint32_t sum = 0; uint32_t sum = 0;
uint8_t in; uint8_t in;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment