From 7b9fc5e365b994afde75c393318c8aca40d7657f Mon Sep 17 00:00:00 2001 From: William Vinnicombe Date: Fri, 13 Sep 2024 19:41:11 +0100 Subject: [PATCH] Include portable_endian.h in elf2uf2.cpp --- elf2uf2/elf2uf2.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/elf2uf2/elf2uf2.cpp b/elf2uf2/elf2uf2.cpp index 2aac4f6..2033080 100644 --- a/elf2uf2/elf2uf2.cpp +++ b/elf2uf2/elf2uf2.cpp @@ -17,6 +17,8 @@ #include "elf2uf2.h" #include "errors.h" +#include "portable_endian.h" + #define FLASH_SECTOR_ERASE_SIZE 4096u static bool verbose;