diff options
| author | hathach <[email protected]> | 2026-03-06 17:22:38 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2026-03-06 17:22:38 +0700 |
| commit | 73cd53129529f2dce70072953bfd50ec9dc6b8ea (patch) | |
| tree | e4fcc75febdc1af7f56973fed061bd2a671f48a2 /examples/device/printer_to_hid/Makefile | |
| parent | 988b18a40a4276eb731c80bc4cec3bf5750523f9 (diff) | |
replace printer_to_hid example with printer_to_cdc example
fix printer GET_DEVICE_ID request weird wIndex (interface high, alt low)
Diffstat (limited to 'examples/device/printer_to_hid/Makefile')
| -rw-r--r-- | examples/device/printer_to_hid/Makefile | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/examples/device/printer_to_hid/Makefile b/examples/device/printer_to_hid/Makefile deleted file mode 100644 index 1a4b428dc..000000000 --- a/examples/device/printer_to_hid/Makefile +++ /dev/null @@ -1,11 +0,0 @@ -include ../../../hw/bsp/family_support.mk - -INC += \ - src \ - - -# Example source -EXAMPLE_SOURCE += $(wildcard src/*.c) -SRC_C += $(addprefix $(EXAMPLE_PATH)/, $(EXAMPLE_SOURCE)) - -include ../../../hw/bsp/family_rules.mk |
