Fix formatting - Byte reading macros changelog
Missing newline at the end of changelog.d/issue4274 Signed-off-by: Joe Subbiani <joe.subbiani@arm.com>
This commit is contained in:
parent
33f953d810
commit
c46997377a
1 changed files with 9 additions and 9 deletions
|
@ -1,9 +1,9 @@
|
||||||
Changes
|
Changes
|
||||||
* Create 4 byte reading macros in library/common.h, used in files
|
* Create 4 byte reading macros in library/common.h, used in files
|
||||||
within the same directory: MBEDTLS_BYTE_0... MBEDTLS_BYTE_3.
|
within the same directory: MBEDTLS_BYTE_0... MBEDTLS_BYTE_3.
|
||||||
* Move the (PUT and GET) UINT32_ (BE and LE) macro functions into
|
* Move the (PUT and GET) UINT32_ (BE and LE) macro functions into
|
||||||
library/common.h. Rename with the prefix MBEDTLS_ to satisfy
|
library/common.h. Rename with the prefix MBEDTLS_ to satisfy
|
||||||
test/scripts/check-names.sh (e.g MBEDTLS_PUT_UINT32_LE).
|
test/scripts/check-names.sh (e.g MBEDTLS_PUT_UINT32_LE).
|
||||||
* Move BYTES_TO_U32_LE macro function to library/common.h, also given
|
* Move BYTES_TO_U32_LE macro function to library/common.h, also given
|
||||||
the prefix MBEDTLS_.
|
the prefix MBEDTLS_.
|
||||||
Fixes #4274.
|
Fixes #4274.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue