Skip to content

Commit 0367597

Browse files
miyazakhdanielinux
authored andcommitted
addressed review comments
1 parent 44d3201 commit 0367597

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

IDE/Renesas/e2studio/RX72N/include/user_settings.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@
5050
/* #define WOLFBOOT_SIGN_ECC384 */
5151
/* #define WOLFBOOT_SIGN_ECC521 */
5252
#if !defined(min)
53-
#define min(data1, data2) _builtin_min(data1, data2)
54-
#endif
53+
#define min(data1, data2) _builtin_min(data1, data2)
54+
#endif
5555
#endif
5656

5757
#define WOLFBOOT_FIXED_PARTITIONS

0 commit comments

Comments
 (0)