posix: timer: match implementation to declaration
The identifiers used in the declaration and definition of a function shall be identical [MISRAC2012-RULE_8_3-b] Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
7c8d932e65
commit
05d7d32122
|
@ -12,7 +12,7 @@
|
|||
#define ACTIVE 1
|
||||
#define NOT_ACTIVE 0
|
||||
|
||||
static void zephyr_timer_wrapper(struct k_timer *timer);
|
||||
static void zephyr_timer_wrapper(struct k_timer *ztimer);
|
||||
|
||||
struct timer_obj {
|
||||
struct k_timer ztimer;
|
||||
|
|
Loading…
Reference in a new issue