mirror of
https://github.com/raspberrypi/pico-sdk.git
synced 2025-02-05 18:40:21 +00:00
[pioasm] Fix build warning due to extra parameters (#1625)
This commit is contained in:
parent
0d56f52b7b
commit
7d238ea2cc
@ -102,7 +102,7 @@ struct json_output : public output_format {
|
||||
program.sideset_opt ? "true" : "false",
|
||||
program.sideset_pindirs ? "true" : "false");
|
||||
} 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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user