Skip to content

Commit 137a97f

Browse files
committed
Correct include order in nrf53 test app
1 parent b0e3000 commit 137a97f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test-app/app_nrf5340.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@
2222
#include <stdlib.h>
2323
#include <stdint.h>
2424
#include <string.h>
25+
#include "target.h"
2526
#include "wolfboot/wolfboot.h"
2627
#include "hal/nrf5340.h"
2728
#include "printf.h"
28-
#include "target.h"
2929

3030
void gpiotoggle(uint32_t port, uint32_t pin)
3131
{

test-app/app_nrf5340_net.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@
2222
#include <stdlib.h>
2323
#include <stdint.h>
2424
#include <string.h>
25+
#include "target.h"
2526
#include "wolfboot/wolfboot.h"
2627
#include "hal/nrf5340.h"
2728
#include "printf.h"
28-
#include "target.h"
2929

3030
void gpiotoggle(uint32_t port, uint32_t pin)
3131
{

0 commit comments

Comments
 (0)