mirror of https://github.com/wolfSSL/wolfBoot.git
Correct include order in nrf53 test app
parent
b0e3000d88
commit
137a97fbae
|
@ -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)
|
||||
{
|
||||
|
|
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue