Skip to content

Commit

Permalink
[genio] fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
j8xixo12 authored and pakls committed Sep 8, 2022
1 parent 9f2107d commit 1198875
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/platform/mt793x/BLEManagerImpl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@ void BLEManagerImpl::HandleRXCharWrite(uint16_t handle, void *data, uint16_t siz
buf = System::PacketBufferHandle::NewWithData(data, writeLen, 0, 0);
VerifyOrExit(!buf.IsNull(), err = CHIP_ERROR_NO_MEMORY);

ChipLogDetail(DeviceLayer, "Write request/command received for CHIPoBLE RX characteristic (con %" PRIu16 ", len %" PRIu16 ")",
ChipLogDetail(DeviceLayer, "Write request/command received for CHIPoBLE RX characteristic (con %u, len %u)",
handle, buf->DataLength());

// Post an event to the CHIP queue to deliver the data into the CHIP stack.
Expand Down

0 comments on commit 1198875

Please sign in to comment.