Skip to content

Commit

Permalink
Include portable_endian.h in elf2uf2.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
will-v-pi committed Sep 13, 2024
1 parent ecf3781 commit 7b9fc5e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions elf2uf2/elf2uf2.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@
#include "elf2uf2.h"
#include "errors.h"

#include "portable_endian.h"

#define FLASH_SECTOR_ERASE_SIZE 4096u

static bool verbose;
Expand Down

0 comments on commit 7b9fc5e

Please sign in to comment.