summaryrefslogtreecommitdiff
path: root/src/device
diff options
context:
space:
mode:
authorhathach <[email protected]>2025-10-24 14:28:59 +0700
committerhathach <[email protected]>2025-10-24 14:28:59 +0700
commit55c6d07af314627c55d595cc74d0d7694ce6f091 (patch)
tree8c54f3aa8dc86dd2782f7cd25dbe0695ede2fe2f /src/device
parentf39dcae9f1bed1dfcfb239f76677ef980a9976c9 (diff)
fix more warnings
Diffstat (limited to 'src/device')
-rw-r--r--src/device/dcd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/device/dcd.h b/src/device/dcd.h
index 400f62bff..436c4555f 100644
--- a/src/device/dcd.h
+++ b/src/device/dcd.h
@@ -79,7 +79,7 @@ typedef struct TU_ATTR_ALIGNED(4) {
// FUNC_CALL
struct {
- void (*func) (void*);
+ void (*func) (void* param);
void* param;
}func_call;
};