21#include <avr/interrupt.h>
81 word += (*data++) << 8;
83 boot_page_fill(adr+i, word);
BOOTLOADER_SECTION void px_flash_wr_page(const uint16_t page, const uint8_t *data)
Function to write a page.
#define PX_FLASH_PAGE_SIZE
FLASH Page size in bytes.
BOOTLOADER_SECTION void px_flash_erase_page(const uint16_t page)
Function to erase a page.