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