mirror of
https://github.com/raspberrypi/pico-sdk.git
synced 2025-12-10 07:14:36 +01:00
Fix python output of IN instruction in pioasm
This commit is contained in:
parent
0d666eaf29
commit
d131919a09
1 changed files with 1 additions and 1 deletions
|
|
@ -215,7 +215,7 @@ struct python_output : public output_format {
|
|||
if (source.empty()) {
|
||||
invalid = true;
|
||||
} else {
|
||||
op("in");
|
||||
op("in_");
|
||||
op_guts(source + ", " + std::to_string(arg2 ? arg2 : 32));
|
||||
}
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue