Skip to content

Commit

Permalink
Correct include order in nrf53 test app
Browse files Browse the repository at this point in the history
  • Loading branch information
danielinux committed Dec 2, 2024
1 parent b0e3000 commit 137a97f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test-app/app_nrf5340.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@
#include <stdlib.h>
#include <stdint.h>
#include <string.h>
#include "target.h"
#include "wolfboot/wolfboot.h"
#include "hal/nrf5340.h"
#include "printf.h"
#include "target.h"

void gpiotoggle(uint32_t port, uint32_t pin)
{
Expand Down
2 changes: 1 addition & 1 deletion test-app/app_nrf5340_net.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@
#include <stdlib.h>
#include <stdint.h>
#include <string.h>
#include "target.h"
#include "wolfboot/wolfboot.h"
#include "hal/nrf5340.h"
#include "printf.h"
#include "target.h"

void gpiotoggle(uint32_t port, uint32_t pin)
{
Expand Down

0 comments on commit 137a97f

Please sign in to comment.