diff options
| author | Jeff Epler <jepler@unpythonic.net> | 2020-06-15 19:12:04 -0500 |
|---|---|---|
| committer | Jeff Epler <jepler@gmail.com> | 2020-06-23 12:59:01 -0500 |
| commit | f232aef7865c4e094f060f9766418f60fb9f86ea (patch) | |
| tree | a7f561317873ef0b29a07125ca7f797726533465 /ports/mimxrt10xx | |
| parent | 93d3629da279ae080cdfa616d54451150b373697 (diff) | |
supervisor.mk: Compute USB_DEVICES; remove from boards and ports
Since Actions passed on the previous commit, where this computed value
was checked against the specified value (if any), this is no net change,
except that we no longer need to specify it for particular boards or
ports.
Diffstat (limited to 'ports/mimxrt10xx')
| -rw-r--r-- | ports/mimxrt10xx/mpconfigport.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ports/mimxrt10xx/mpconfigport.mk b/ports/mimxrt10xx/mpconfigport.mk index 8162d4327..49d998508 100644 --- a/ports/mimxrt10xx/mpconfigport.mk +++ b/ports/mimxrt10xx/mpconfigport.mk @@ -14,7 +14,6 @@ endif INTERNAL_LIBM = 1 -USB_DEVICES = "CDC,MSC,HID" USB_SERIAL_NUMBER_LENGTH = 32 USB_MSC_MAX_PACKET_SIZE = 512 |
