Skip to content

Commit

Permalink
clang-format bot reformatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
EricB-ADI committed Jun 26, 2024
1 parent 3480bb1 commit d51f114
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Libraries/PeriphDrivers/Source/SYS/sys_me14.c
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ int MXC_SYS_GetUSN(uint8_t *usn, uint8_t *checksum)

// Compute the checksum
if (checksum != NULL) {
uint8_t usn_copy[MXC_SYS_USN_CHECKSUM_LEN] = {0};
uint8_t usn_copy[MXC_SYS_USN_CHECKSUM_LEN] = { 0 };
uint8_t check_csum[MXC_SYS_USN_CHECKSUM_LEN];
uint8_t key[MXC_SYS_USN_CHECKSUM_LEN];

Expand Down

0 comments on commit d51f114

Please sign in to comment.