mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-10-16 01:51:23 +00:00
Remove application kludge to strip DFU of header.
Strip the header in in the Python SPI image generator, instead.
This commit is contained in:
@@ -45,7 +45,7 @@ constexpr region_t bootstrap {
|
||||
};
|
||||
|
||||
constexpr region_t hackrf {
|
||||
.offset = 0x10010, // Image starts at 0x10 into .dfu file.
|
||||
.offset = 0x10000,
|
||||
.size = 0x8000,
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user