tinyusb/hw/bsp/ra/debug.jlinkscript
2023-07-03 16:35:22 +07:00

5 lines
100 B
Plaintext

int SetupTarget(void) {
JLINK_ExecCommand("SetRTTSearchRanges 0x20000000 0x80000");
return 0;
}