Sign in
◑
Theme
pigweed
/
third_party
/
github
/
hathach
/
tinyusb
/
dfd197ff0c83a01ac55a99b85f2e8f3794ea0a47
/
.
/
hw
/
bsp
/
mcx
/
debug.jlinkscript
blob: fd8bcffeff4c7fb502515cb210f72c42802c9954 [
file
]
int
SetupTarget
(
void
)
{
JLINK_ExecCommand
(
"SetRTTSearchRanges 0x20000000 0x40000"
);
return
0
;
}