Home
last modified time | relevance | path

Searched refs:_aInitStr (Results 1 – 1 of 1) sorted by relevance

/hal_rpi_pico-latest/src/rp2_common/pico_stdio_rtt/SEGGER/RTT/
DSEGGER_RTT.c327 …static const char _aInitStr[] = "\0\0\0\0\0\0TTR REGGES"; // Init complete ID string to make sure… in _DoInit() local
360 for (i = 0; i < sizeof(_aInitStr) - 1; ++i) { in _DoInit()
361 … p->acID[i] = _aInitStr[sizeof(_aInitStr) - 2 - i]; // Skip terminating \0 at the end of the array in _DoInit()