Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
drivers: flash: sam0: fix unaligned memory read
Use the UNALIGNED_GET() macro instead of the flash_sam0_read_unaigned_u32() function to ensure word alignment of the source address. Signed-off-by: Steven Slupsky <sslupsky@gmail.com> drivers: flash: sam0: fix whitespace Fix checkpass whitespace error. Signed-off-by: Steven Slupsky <sslupsky@gmail.com>
- Loading branch information