diff options
| author | Hierophect <hierophect@gmail.com> | 2019-08-15 13:41:51 -0400 |
|---|---|---|
| committer | Hierophect <hierophect@gmail.com> | 2019-08-15 13:41:51 -0400 |
| commit | 620d3d14ddd5ee39d256640719b3e10c927139f3 (patch) | |
| tree | a26724818d3908618850214910571d6e17789a3c /supervisor/supervisor.mk | |
| parent | e0a49532f02c1142dd9f37ee9d632b1467d56247 (diff) | |
Add conditional endpoints to descriptor script
Diffstat (limited to 'supervisor/supervisor.mk')
| -rw-r--r-- | supervisor/supervisor.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/supervisor/supervisor.mk b/supervisor/supervisor.mk index 42a55243e..1022dd2a3 100644 --- a/supervisor/supervisor.mk +++ b/supervisor/supervisor.mk @@ -100,7 +100,8 @@ autogen_usb_descriptor.intermediate: ../../tools/gen_usb_descriptor.py Makefile --pid $(USB_PID)\ --serial_number_length $(USB_SERIAL_NUMBER_LENGTH)\ --output_c_file $(BUILD)/autogen_usb_descriptor.c\ - --output_h_file $(BUILD)/genhdr/autogen_usb_descriptor.h + --output_h_file $(BUILD)/genhdr/autogen_usb_descriptor.h\ + --reduced_endpoint_mode $(USB_REDUCED_ENDPOINT) CIRCUITPY_DISPLAY_FONT ?= "../../tools/fonts/ter-u12n.bdf" |
