Subversion Repositories f9daq

Compare Revisions

Ignore whitespace Rev 361 → Rev 362

/pcivme-3.2/test/simpleTest.c
85,7 → 85,7
}
 
/*--- TEST RAM LOOP ------------------------------------------------------------------------------*/
__u32 SimpleRamTest(int handle, __u32 start, __u32 length, __u8 accessWidth)
__u32 SimpleRamTest(ptrdiff_t handle, __u32 start, __u32 length, __u8 accessWidth)
{
int error = 0;
__u32 r, w;
153,7 → 153,7
char ch;
int i;
int error = 0;
int handle;
ptrdiff_t handle;
__u8 bAddressModifier = DEFAULT_MODIFIER;
__u8 bAccessWidth = DEFAULT_WIDTH;
__u32 dwStartAddress = -1;