Skip to content

probe-web / @probe-web/client / index / elfHasRtt

Variable: elfHasRtt

ts
const elfHasRtt: (elf) => boolean = elfHasRttJs;

Defined in: index.ts:52

Whether an ELF links an RTT control block (_SEGGER_RTT).

Re-exported from @probe-web/client/elf, which is plain JavaScript and pulls in no wasm — import it from there if this is all you need.

Whether an ELF links an RTT control block (_SEGGER_RTT).

Parameters

ParameterType
elfUint8Array

Returns

boolean