checkpatch: error - initialised_static
Change-Id: I8f51f861e2250c87c296b697ef5b6610ce644b34 Signed-off-by: Dan Kalowsky <daniel.kalowsky@intel.com> Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
0182d863cd
commit
2e938481ce
8 changed files with 21 additions and 21 deletions
|
@ -51,7 +51,7 @@ The ARCv2 processor timer provides a 32-bit incrementing, wrap-to-zero counter.
|
|||
#define _ARC_V2_TMR_CTRL_IP 0x8 /* interrupt pending flag */
|
||||
|
||||
/* running total of timer count */
|
||||
static uint32_t clock_accumulated_count = 0;
|
||||
static uint32_t clock_accumulated_count;
|
||||
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue