summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorMengsk <[email protected]>2025-09-29 16:00:21 +0200
committerMengsk <[email protected]>2025-09-29 16:09:34 +0200
commit4cf7e95e66276e747bf155c2aa9bbd6185cc87c2 (patch)
tree7041916a8c3bca7df0e3613f7626598492cacac2 /examples
parentbd35dd17a8970c53a916ede6784137eafda8531b (diff)
Refresh board presets
Signed-off-by: Mengsk <[email protected]>
Diffstat (limited to 'examples')
-rw-r--r--examples/host/midi_rx/CMakePresets.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/examples/host/midi_rx/CMakePresets.json b/examples/host/midi_rx/CMakePresets.json
new file mode 100644
index 000000000..5cd8971e9
--- /dev/null
+++ b/examples/host/midi_rx/CMakePresets.json
@@ -0,0 +1,6 @@
+{
+ "version": 6,
+ "include": [
+ "../../../hw/bsp/BoardPresets.json"
+ ]
+}