mirror of
https://github.com/raspberrypi/pico-sdk.git
synced 2025-12-10 07:14:36 +01:00
[pioasm] Fix build warning due to extra parameters (#1625)
This commit is contained in:
parent
0d56f52b7b
commit
7d238ea2cc
1 changed files with 1 additions and 1 deletions
|
|
@ -102,7 +102,7 @@ struct json_output : public output_format {
|
||||||
program.sideset_opt ? "true" : "false",
|
program.sideset_opt ? "true" : "false",
|
||||||
program.sideset_pindirs ? "true" : "false");
|
program.sideset_pindirs ? "true" : "false");
|
||||||
} else {
|
} else {
|
||||||
fprintf(out, "%s\"sideset\": {\"size\": 0, \"optional\": false, \"pindirs\": false},\n", tabs, program.origin.get());
|
fprintf(out, "%s\"sideset\": {\"size\": 0, \"optional\": false, \"pindirs\": false},\n", tabs);
|
||||||
}
|
}
|
||||||
|
|
||||||
output_symbols(out, true, tabs, program.symbols);
|
output_symbols(out, true, tabs, program.symbols);
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue