Correct include guard for function __attribute

Signed-off-by: Paul Elliott <[email protected]>
This commit is contained in:
Paul Elliott
2021-03-10 17:00:32 +00:00
parent 9e3256aead
commit f8d733e49a
+1 -1
View File
@@ -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) \