diff --git a/test-app/app_nrf5340.c b/test-app/app_nrf5340.c index f4459c4a..8eadf915 100644 --- a/test-app/app_nrf5340.c +++ b/test-app/app_nrf5340.c @@ -22,10 +22,10 @@ #include #include #include +#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) { diff --git a/test-app/app_nrf5340_net.c b/test-app/app_nrf5340_net.c index f79ef83a..8cf30b53 100644 --- a/test-app/app_nrf5340_net.c +++ b/test-app/app_nrf5340_net.c @@ -22,10 +22,10 @@ #include #include #include +#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) {