Skip to content

Commit

Permalink
Update unity_config.h
Browse files Browse the repository at this point in the history
Corrected the #define for 64-bit support in example unity_config.h file
  • Loading branch information
schorg authored Aug 14, 2024
1 parent c546414 commit f8be3a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/unity_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 ****************************
Expand Down

0 comments on commit f8be3a5

Please sign in to comment.