wire_backup method

void wire_backup(
  1. int port_
)

Implementation

void wire_backup(
  int port_,
) {
  return _wire_backup(
    port_,
  );
}