Skip to content

Commit d05bd1f

Browse files
committed
Temporarily disable GC_SECTIONS
Using GC_SECTIONS results in broken USB device numbering since Circle Step 43. Disable until rsta2/circle#143 is merged or an alternative fix is implemented. Fixes #40.
1 parent e229d4e commit d05bd1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Config.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ FLASHBAUD?=3000000
1515
USERBAUD?=115200
1616

1717
# Enable section garbage collection
18-
GC_SECTIONS?=1
18+
GC_SECTIONS?=0
1919

2020
CIRCLESTDLIBHOME=$(realpath external/circle-stdlib)
2121
CIRCLE_STDLIB_CONFIG=$(CIRCLESTDLIBHOME)/Config.mk

0 commit comments

Comments
 (0)