Merge pull request #1030 from stefanrueger/ihexcomments

Provide file format I: Intel HEX with comments that ignores checksum errors
This commit is contained in:
Stefan Rueger
2022-08-02 18:23:23 +01:00
committed by GitHub
5 changed files with 50 additions and 19 deletions

View File

@@ -829,7 +829,8 @@ typedef enum {
FMT_DEC,
FMT_OCT,
FMT_BIN,
FMT_ELF
FMT_ELF,
FMT_IHXC,
} FILEFMT;
struct fioparms {