Skip to content

Commit f8be3a5

Browse files
authored
Update unity_config.h
Corrected the #define for 64-bit support in example unity_config.h file
1 parent c546414 commit f8be3a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/unity_config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@
109109
* There can be a significant size and speed impact to enabling 64-bit support
110110
* on small targets, so don't define it if you don't need it.
111111
*/
112-
/* #define UNITY_INCLUDE_64 */
112+
/* #define UNITY_SUPPORT_64 */
113113

114114

115115
/* *************************** FLOATING POINT TYPES ****************************

0 commit comments

Comments
 (0)