Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: victorjarlow <[email protected]>
  • Loading branch information
Patrik Lönnberg and victorjarlow authored Jan 9, 2024
1 parent 71db8b9 commit daa1813
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/dreq.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
#include <errno.h>
#include "iso22133.h"
#include "dreq.h"
#include "iohelpers.h"

/*!
* \brief encodeDREQMessage Constructs an ISO DREQ message based on specified command (DREQ contains no message data)
Expand Down
1 change: 0 additions & 1 deletion src/grem.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
#include "grem.h"
#include "iohelpers.h"


//! GREM field descriptions
static DebugStrings_t GREMSReceivedHeaderTransmitterDescription = {"Received Header Transmitter", "", &printU32};
static DebugStrings_t GREMSReceivedHeaderMessageIDDescription = {"Received Header Message ID", "", &printU16};
Expand Down

0 comments on commit daa1813

Please sign in to comment.