commit | 2a6067bece77214bc7cbb35154d862b4d9bacecd | [log] [tgz] |
---|---|---|
author | TTornblom <thomas.tornblom@iar.com> | Wed Jan 26 14:03:28 2022 +0100 |
committer | TTornblom <thomas.tornblom@iar.com> | Fri Jan 28 11:10:35 2022 +0100 |
tree | 53c5dfe01eef2ad4d5d5b26311f15cd9b011ff30 | |
parent | baa7f5ba9b206f943aec772596bd5eb7e898c792 [diff] |
Build: Fix IAR build error and cleanup type mismatches The IAR compiler does not accept pointer arithmetic on void *, so cast pointer to uint8_t *. Cleaned up a bunch of type mismatches, causing warnings with IAR. Signed-off-by: TTornblom <thomas.tornblom@iar.com> Change-Id: I9231de9be9d85d7431b31bfc524c281f28d6e665