1
0
mirror of https://github.com/hathach/tinyusb.git synced 2025-04-02 22:21:03 +00:00
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;
}