Correct include order in nrf53 test app

pull/521/head
Daniele Lacamera 2024-12-02 12:27:27 +01:00
parent b0e3000d88
commit 137a97fbae
2 changed files with 2 additions and 2 deletions

View File

@ -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)
{

View File

@ -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)
{