X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Fstm32f1%2Fao_flash.h;h=9937a51f17b37ac9a55cf3172ece04f00c5421b7;hb=e959061fa17e15dfdd75d35c6c67e68a0e5e98e2;hp=d191d80d0d194452701bf98020dd886e4b8d1ffc;hpb=31756e065828ca5c1779f1349c38d29196f4798d;p=fw%2Faltos diff --git a/src/stm32f1/ao_flash.h b/src/stm32f1/ao_flash.h index d191d80d..9937a51f 100644 --- a/src/stm32f1/ao_flash.h +++ b/src/stm32f1/ao_flash.h @@ -25,4 +25,7 @@ ao_flash_erase_page(uint32_t *page); void ao_flash_page(uint32_t *page, uint32_t *src); +void +ao_flash_bytes(void *page, void *src, size_t size); + #endif /* _AO_FLASH_STM_H_ */