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 22920ba commit 3d6888dCopy full SHA for 3d6888d
.github/workflows/size-diff.yml
@@ -72,6 +72,10 @@ jobs:
72
EOF
73
echo "coda.json after:"
74
cat codal.json
75
+ - name: Move fft example
76
+ run: |
77
+ mv libraries/codal-microbit-v2/samples/fft_example.cpp source/main.cpp
78
+ cat source/main.cpp
79
- name: Build using build.py
80
run: python build.py
81
- name: Save ELF file in a different directory
0 commit comments