Fixed include order

pull/521/head
Daniele Lacamera 2024-11-28 11:28:31 +01:00
parent b6d3d4a666
commit a31ddfc553
4 changed files with 4 additions and 4 deletions

View File

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

View File

@ -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!";

View File

@ -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 */

View File

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