mirror of
https://github.com/hathach/tinyusb.git
synced 2025-02-23 00:40:12 +00:00
5 lines
100 B
Plaintext
5 lines
100 B
Plaintext
|
int SetupTarget(void) {
|
||
|
JLINK_ExecCommand("SetRTTSearchRanges 0x20000000 0x80000");
|
||
|
return 0;
|
||
|
}
|