diff options
| author | hathach <[email protected]> | 2025-10-24 14:28:59 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2025-10-24 14:28:59 +0700 |
| commit | 55c6d07af314627c55d595cc74d0d7694ce6f091 (patch) | |
| tree | 8c54f3aa8dc86dd2782f7cd25dbe0695ede2fe2f /src/device | |
| parent | f39dcae9f1bed1dfcfb239f76677ef980a9976c9 (diff) | |
fix more warnings
Diffstat (limited to 'src/device')
| -rw-r--r-- | src/device/dcd.h | 2 |
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; }; |
