1
0
mirror of https://github.com/ThrowTheSwitch/Unity.git synced 2026-01-23 00:15:58 +01:00

Update unity_config.h

Corrected the #define for 64-bit support in example unity_config.h file
This commit is contained in:
Franz-Josef Grosch
2024-08-14 16:40:05 +02:00
committed by GitHub
parent c546414657
commit f8be3a5eba

View File

@@ -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 ****************************