mirror of
https://github.com/ThrowTheSwitch/CMock.git
synced 2026-09-14 22:29:58 +00:00
Support void* arguments as arrays of bytes by default instead of pointers.
This commit is contained in:
+1
-1
@@ -112,7 +112,7 @@ class CMockConfig
|
||||
'uint32_t' => 'HEX32',
|
||||
'UINT32' => 'HEX32',
|
||||
'UINT32_T' => 'HEX32',
|
||||
'void*' => 'PTR',
|
||||
'void*' => 'HEX8_ARRAY',
|
||||
'unsigned short' => 'HEX16',
|
||||
'uint16' => 'HEX16',
|
||||
'uint16_t' => 'HEX16',
|
||||
|
||||
Reference in New Issue
Block a user