Skip to content

Commit f936989

Browse files
committed
chore(usb_vendor): update non-movable memory enum
1 parent e54073b commit f936989

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

supervisor/shared/memory.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,10 @@ enum {
5252
+ 1 // hid_report_descriptor_allocation
5353
+ 1 // hid_devices_allocation
5454
#endif
55+
56+
#if CIRCUITPY_USB_VENDOR
57+
+ 1 // usb_vendor_add_descriptor
58+
#endif
5559
,
5660

5761
CIRCUITPY_SUPERVISOR_MOVABLE_ALLOC_COUNT =

0 commit comments

Comments
 (0)