Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
ActoryOu committed Jul 25, 2023
1 parent ad2fa32 commit 94066a2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
6 changes: 3 additions & 3 deletions source/include/FreeRTOS_IPv4.h
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@
#include "IPTraceMacroDefaults.h"

/* Forward declarations. */
typedef struct xNETWORK_BUFFER NetworkBufferDescriptor_t;
typedef enum eFrameProcessingResult eFrameProcessingResult_t;
typedef struct xIP_PACKET IPPacket_t;
typedef struct xNETWORK_BUFFER NetworkBufferDescriptor_t;
typedef enum eFrameProcessingResult eFrameProcessingResult_t;
typedef struct xIP_PACKET IPPacket_t;

#define ipSIZE_OF_IPv4_HEADER 20U
#define ipSIZE_OF_IPv4_ADDRESS 4U
Expand Down
3 changes: 1 addition & 2 deletions test/build-combination/HeaderSelfContain/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@

/* FreeRTOS include. */
#include <FreeRTOS.h>
#include "task.h"

/* System application includes. */
#if defined TEST_HEADER_INC_ONLY_DHCP
Expand All @@ -51,7 +50,7 @@
#include "NetworkBufferManagement.h"
#elif defined TEST_HEADER_INC_ONLY_NETWORKINTERFACE
#include "NetworkInterface.h"
#endif
#endif /* if defined TEST_HEADER_INC_ONLY_DHCP */

/*-----------------------------------------------------------*/
int main( void )
Expand Down

0 comments on commit 94066a2

Please sign in to comment.