void Ymodem::transmitStageEstablished() { ... case CodeAck: { ... memset(&(txBuffer[YMODEM_PACKET_HEADER]), 0x1A, YMODEM_PACKET_1K_SIZE); ... } }