diff options
| author | Rémi Berthoz <[email protected]> | 2026-01-04 16:55:43 +0100 |
|---|---|---|
| committer | Rémi Berthoz <[email protected]> | 2026-01-04 16:55:43 +0100 |
| commit | cab1b2f6f741ea151e87f139b2115d5234228bbd (patch) | |
| tree | 6dc6919379d01d30b5df91619f56e8c8e855e6bd /examples/device/printer_to_hid/CMakePresets.json | |
| parent | 3eafddb02a3347873dc1816f53b428518eb97c61 (diff) | |
Implement Printer Device Class
Diffstat (limited to 'examples/device/printer_to_hid/CMakePresets.json')
| -rw-r--r-- | examples/device/printer_to_hid/CMakePresets.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/examples/device/printer_to_hid/CMakePresets.json b/examples/device/printer_to_hid/CMakePresets.json new file mode 100644 index 000000000..5cd8971e9 --- /dev/null +++ b/examples/device/printer_to_hid/CMakePresets.json @@ -0,0 +1,6 @@ +{ + "version": 6, + "include": [ + "../../../hw/bsp/BoardPresets.json" + ] +} |
