Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
coderkalyan committed Mar 20, 2022
1 parent 0e69c3c commit 9b517c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libcanard/canard.c
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ CANARD_PRIVATE TransferCRC crcAdd(const TransferCRC crc, const size_t size, cons
typedef struct TxItem
{
CanardTxQueueItem base;
uint8_t payload_buffer[CANARD_MTU_MAX]; // NOSONAR
uint8_t payload_buffer[CANARD_MTU_MAX]; // NOSONAR
} TxItem;

/// Chain of TX frames prepared for insertion into a TX queue.
Expand Down

0 comments on commit 9b517c2

Please sign in to comment.