mirror of
https://github.com/ThrowTheSwitch/CMock.git
synced 2026-08-13 22:57:52 +00:00
added void* to default HEX32 assertion handling
git-svn-id: http://cmock.svn.sourceforge.net/svnroot/cmock/trunk@68 bf332499-1b4d-0410-844d-d2d48d5cc64c
This commit is contained in:
@@ -71,6 +71,7 @@ class CMockConfig
|
||||
'uint32_t' => 'HEX32',
|
||||
'UINT32' => 'HEX32',
|
||||
'UINT32_T' => 'HEX32',
|
||||
'void*' => 'HEX32',
|
||||
'unsigned short' => 'HEX16',
|
||||
'uint16' => 'HEX16',
|
||||
'uint16_t' => 'HEX16',
|
||||
|
||||
Reference in New Issue
Block a user