From b53489d0e4252aafe5ada7466e0b3b7c4ad5aaaf Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Thu, 5 Mar 2015 21:28:51 +0000 Subject: Lots of MISRA-related changes in RT. Not finished yet. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7715 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/rt/include/chsystypes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'os/rt/include/chsystypes.h') 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. -- cgit v1.2.3