mirror of https://github.com/wolfSSL/wolfBoot.git
Fixed include order
parent
b6d3d4a666
commit
a31ddfc553
|
@ -17,6 +17,7 @@
|
|||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA
|
||||
*/
|
||||
|
||||
#include "target.h"
|
||||
#include "wolfboot/wolfboot.h"
|
||||
#include <stdint.h>
|
||||
#include "fsl_common.h"
|
||||
|
@ -24,7 +25,6 @@
|
|||
#include "fsl_debug_console.h"
|
||||
#include "fsl_gpio.h"
|
||||
#include "fsl_iomuxc.h"
|
||||
#include "target.h"
|
||||
|
||||
static int g_pinSet = false;
|
||||
extern void imx_rt_init_boot_clock(void);
|
||||
|
|
|
@ -22,10 +22,10 @@
|
|||
#include <stdlib.h>
|
||||
#include <stdint.h>
|
||||
#include <string.h>
|
||||
#include "target.h"
|
||||
#include "wolfboot/wolfboot.h"
|
||||
#include "hal/nrf52.h"
|
||||
#include "printf.h"
|
||||
#include "target.h"
|
||||
|
||||
static const char extradata[1024 * 16] = "hi!";
|
||||
|
||||
|
|
|
@ -25,9 +25,9 @@
|
|||
#include <stdint.h>
|
||||
#include <string.h>
|
||||
#include "system.h"
|
||||
#include "target.h"
|
||||
#include "wolfboot/wolfboot.h"
|
||||
#include "hal.h"
|
||||
#include "target.h"
|
||||
|
||||
|
||||
/* UART module */
|
||||
|
|
|
@ -25,11 +25,11 @@
|
|||
#include <stdint.h>
|
||||
#include <string.h>
|
||||
#include "led.h"
|
||||
#include "target.h"
|
||||
#include "wolfboot/wolfboot.h"
|
||||
#ifdef SPI_FLASH
|
||||
#include "spi_flash.h"
|
||||
#endif
|
||||
#include "target.h"
|
||||
|
||||
#ifdef TARGET_stm32l0
|
||||
|
||||
|
|
Loading…
Reference in New Issue