Correct include guard for function __attribute
Signed-off-by: Paul Elliott <paul.elliott@arm.com>
This commit is contained in:
parent
9e3256aead
commit
f8d733e49a
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@
|
|||
*
|
||||
* This module provides debugging functions.
|
||||
*/
|
||||
#if (defined(_WIN32) || defined(_WIN64))
|
||||
#if defined(__GNUC__)
|
||||
#define MBEDTLS_PRINTF_ATTRIBUTE(string_index, first_to_check)
|
||||
#else
|
||||
#define MBEDTLS_PRINTF_ATTRIBUTE(string_index, first_to_check) \
|
||||
|
|
Loading…
Reference in a new issue