checkpatch: error - global_initialisers
Change-Id: Ib3f69be9f9273e57952a3ebceebc82d84c607c64 Signed-off-by: Dan Kalowsky <daniel.kalowsky@intel.com> Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
d8a30896f4
commit
a92e48890c
8 changed files with 10 additions and 10 deletions
|
@ -20,7 +20,7 @@
|
|||
|
||||
#define HEAP_SIZE 4096
|
||||
unsigned char heap[HEAP_SIZE];
|
||||
unsigned int heap_sz = 0;
|
||||
unsigned int heap_sz;
|
||||
|
||||
static int _stdout_hook_default(int c)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue