Skip the extra 0 "work in progress" byte sent by the KL03 ROM bootloader.
This commit is contained in:
@@ -513,6 +513,9 @@ static status_t handle_command_internal(uint8_t *packet, uint32_t packetLength)
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
uint8_t dst[1];
|
||||||
|
peripheral_read(dst, 1); // TODO: Make this more general, so that the extra 0 byte is not expected.
|
||||||
|
|
||||||
rxSize = ((framing_data_packet_t *)rxBuf)->length;
|
rxSize = ((framing_data_packet_t *)rxBuf)->length;
|
||||||
if (peripheral_read(rxBuf + sizeof(framing_data_packet_t), rxSize) != kStatus_Success)
|
if (peripheral_read(rxBuf + sizeof(framing_data_packet_t), rxSize) != kStatus_Success)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user