We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e87a63d commit 753b81eCopy full SHA for 753b81e
tools/pioasm/c_sdk_output.cpp
@@ -68,6 +68,8 @@ struct c_sdk_output : public output_format {
68
69
header(out, "This file is autogenerated by pioasm; do not edit!");
70
71
+ fprintf(out, "#pragma once\n");
72
+ fprintf(out, "\n");
73
fprintf(out, "#if !PICO_NO_HARDWARE\n");
74
fprintf(out, "#include \"hardware/pio.h\"\n");
75
fprintf(out, "#endif\n");
0 commit comments