mirror of
https://github.com/ThrowTheSwitch/Unity.git
synced 2026-01-27 10:14:28 +01:00
Change gcc.yml default to gcc_32.yml (explicitly compile for 32-bit target)
This commit is contained in:
@@ -72,11 +72,7 @@ typedef _US64 _U_SINT;
|
||||
//-------------------------------------------------------
|
||||
|
||||
#ifndef UNITY_POINTER_WIDTH
|
||||
#ifdef UNITY_SUPPORT_64
|
||||
#define UNITY_POINTER_WIDTH (64)
|
||||
#else
|
||||
#define UNITY_POINTER_WIDTH (32)
|
||||
#endif
|
||||
#endif /* UNITY_POINTER_WIDTH */
|
||||
|
||||
#if (UNITY_POINTER_WIDTH == 32)
|
||||
|
||||
Reference in New Issue
Block a user