aboutsummaryrefslogtreecommitdiffstats
path: root/tests/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/main.c')
-rw-r--r--tests/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/main.c b/tests/main.c
index 3377a29..a6efb8c 100644
--- a/tests/main.c
+++ b/tests/main.c
@@ -121,7 +121,7 @@ uchar *p = 0, len = 0;
p = (uchar *)(myDescriptorConfiguration);
len = sizeof(myDescriptorConfiguration);
}
- usbMsgPtr = p;
+ usbMsgPtr = (usbMsgPtr_t)p;
return len;
}
#endif