- portability improvements

git-svn-id: http://cmock.svn.sourceforge.net/svnroot/cmock/trunk@67 bf332499-1b4d-0410-844d-d2d48d5cc64c
This commit is contained in:
mvandervoord
2009-03-02 01:09:24 +00:00
parent c076c659f0
commit 0e4d71efe2
2 changed files with 3 additions and 0 deletions
+2
View File
@@ -17,10 +17,12 @@ void AdcModel_ProcessInput(uint16 millivolts)
bool AdcModel_DoNothingExceptTestASpecialType(EXAMPLE_STRUCT_T ExampleStruct)
{
//This doesn't really do anything. it's only here to make sure I can compare a struct.
return FALSE;
}
bool AdModel_DoNothingExceptTestPointers(uint32* pExample)
{
//This doesn't really do anything. it's only here to make sure I can compare a pointer value.
return FALSE;
}
EXAMPLE_STRUCT_T AdcModel_DoNothingExceptReturnASpecialType(void)
+1
View File
@@ -2,6 +2,7 @@
#define _MYTYPES_H_
#include "AT91SAM7X256.h"
#include <math.h>
#ifndef __monitor
#define __monitor