[riot-notifications] [RIOT-OS/RIOT] periph_flashpage: Make pagewise API optional (#15412)
Koen Zandberg
notifications at github.com
Wed Nov 11 14:08:09 CET 2020
@bergzand commented on this pull request.
> @@ -110,6 +119,6 @@ void flashpage_write(int page, const void *data)
/* write page */
if (data != NULL) {
- flashpage_write_raw(page_addr, data, FLASHPAGE_SIZE);
+ flashpage_write(page_addr, data, FLASHPAGE_SIZE);
}
}
Done and deduplicated
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/RIOT-OS/RIOT/pull/15412#discussion_r521345603
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.riot-os.org/pipermail/notifications/attachments/20201111/d30c32fc/attachment.htm>
More information about the notifications
mailing list