Fix warnings
This commit is contained in:
@@ -593,9 +593,6 @@ static status_t handle_command_internal(uint8_t *packet, uint32_t packetLength)
|
||||
else
|
||||
{
|
||||
#if FIXED_BUSPAL_BOOTLOADER
|
||||
size_t offset;
|
||||
int res;
|
||||
|
||||
status = kStatus_Success; /* set default */
|
||||
res = WaitForStartByte(rxBuf, &offset);
|
||||
if (res==1 && offset==1)
|
||||
|
||||
@@ -110,7 +110,7 @@ status_t serial_packet_read(const peripheral_descriptor_t *self,
|
||||
|
||||
// Receive the framing data packet.
|
||||
isPacketOk = true;
|
||||
status_t status = read_data_packet(&framingPacket, g_serialContext.data, packetType);
|
||||
status = read_data_packet(&framingPacket, g_serialContext.data, packetType);
|
||||
if (status != kStatus_Success)
|
||||
{
|
||||
// No packet available.
|
||||
|
||||
Reference in New Issue
Block a user