mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-24 14:03:55 +01:00
`flashpage_write_raw()` got renamed to `flashpage_write()`. Now `sam0_flashpage_aux_write_raw()` is the only remaining 'raw' function, even though it behaves just like `flashpage_write()`. So let's also rename that for consistency.