Skip to content

Commit 190c208

Browse files
committed
targets: turn on GC for TKey1 device, since it does in fact work
Signed-off-by: deadprogram <ron@hybridgroup.com>
1 parent d04eea7 commit 190c208

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

targets/tkey.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
],
88
"linkerscript": "targets/tkey.ld",
99
"scheduler": "none",
10-
"gc": "leaking",
10+
"gc": "conservative",
1111
"flash-command": "tkey-runapp {bin}",
1212
"serial": "uart"
1313
}

0 commit comments

Comments
 (0)