pub fn try_encode_empty_debug_log(
record_capacity: u32,
) -> Result<Vec<u8>, ProtocolError>Expand description
Strictly encode an empty PRINTF channel buffer.
ยงErrors
Returns ProtocolError when the requested debug-log size overflows host
address space.