提交 16290a54 编写于 作者: M Mark VanderVoord

Merge pull request #23 from bjones1/master

Thanks, Bryan.  It's nice to have better documentation (Int config options, in this case)
...@@ -14,10 +14,13 @@ ...@@ -14,10 +14,13 @@
//------------------------------------------------------- //-------------------------------------------------------
// Configuration Options // Configuration Options
//------------------------------------------------------- //-------------------------------------------------------
// All options described below should be passed as a compiler flag to all files using Unity. If you must add #defines, place them BEFORE the #include above.
// Integers // Integers/longs/pointers
// - Unity assumes 32 bit integers by default // - Unity assumes 32 bit integers, longs, and pointers by default
// - If your compiler treats ints of a different size, define UNITY_INT_WIDTH // - If your compiler treats ints of a different size, options are:
// - define UNITY_USE_LIMITS_H to use limits.h to determine sizes
// - define UNITY_INT_WIDTH, UNITY_LONG_WIDTH, nand UNITY_POINTER_WIDTH
// Floats // Floats
// - define UNITY_EXCLUDE_FLOAT to disallow floating point comparisons // - define UNITY_EXCLUDE_FLOAT to disallow floating point comparisons
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册