diff --git a/tools/pioasm/python_output.cpp b/tools/pioasm/python_output.cpp index 1c702ad..5e68458 100644 --- a/tools/pioasm/python_output.cpp +++ b/tools/pioasm/python_output.cpp @@ -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;