aboutsummaryrefslogtreecommitdiffstats
path: root/os/rt/include/chsystypes.h
diff options
context:
space:
mode:
Diffstat (limited to 'os/rt/include/chsystypes.h')
-rw-r--r--os/rt/include/chsystypes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/rt/include/chsystypes.h b/os/rt/include/chsystypes.h
index 9fe672267..cf101e0db 100644
--- a/os/rt/include/chsystypes.h
+++ b/os/rt/include/chsystypes.h
@@ -84,7 +84,7 @@ typedef struct ch_ready_list ready_list_t;
/**
* @brief Type of a Virtual Timer callback function.
*/
-typedef void (*vtfunc_t)(void *);
+typedef void (*vtfunc_t)(void *p);
/**
* @brief Type of a Virtual Timer structure.