mirror of
https://github.com/hathach/tinyusb.git
synced 2025-01-17 05:32:55 +08:00
5 lines
100 B
Plaintext
5 lines
100 B
Plaintext
|
int SetupTarget(void) {
|
||
|
JLINK_ExecCommand("SetRTTSearchRanges 0x20000000 0x80000");
|
||
|
return 0;
|
||
|
}
|