From 155281f235d87240ffd7d187f52ff26ae228f95f Mon Sep 17 00:00:00 2001 From: Max Bruckner Date: Sun, 24 Jun 2018 21:21:46 +0200 Subject: [PATCH] Unity: Set UNITY_EXCLUDE_STDINT_H to disable the use of long long --- tests/unity/examples/unity_config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unity/examples/unity_config.h b/tests/unity/examples/unity_config.h index a2f161a..42d2c2f 100644 --- a/tests/unity/examples/unity_config.h +++ b/tests/unity/examples/unity_config.h @@ -63,7 +63,7 @@ * you're going to want to define this. That way, Unity will know to skip the * inclusion of this file and you won't be left with a compiler error. */ -/* #define UNITY_EXCLUDE_STDINT_H */ +#define UNITY_EXCLUDE_STDINT_H /* ********************** MANUAL INTEGER TYPE DEFINITION *********************** * If you've disabled all of the automatic options above, you're going to have