From f8be3a5eba649dded41ee54dc66a2247787919ea Mon Sep 17 00:00:00 2001 From: Franz-Josef Grosch <8401442+schorg@users.noreply.github.com> Date: Wed, 14 Aug 2024 16:40:05 +0200 Subject: [PATCH] Update unity_config.h Corrected the #define for 64-bit support in example unity_config.h file --- examples/unity_config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/unity_config.h b/examples/unity_config.h index 98931aba..a9845f88 100644 --- a/examples/unity_config.h +++ b/examples/unity_config.h @@ -109,7 +109,7 @@ * There can be a significant size and speed impact to enabling 64-bit support * on small targets, so don't define it if you don't need it. */ -/* #define UNITY_INCLUDE_64 */ +/* #define UNITY_SUPPORT_64 */ /* *************************** FLOATING POINT TYPES ****************************