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:
Dan Kalowsky 2015-10-20 09:42:33 -07:00 committed by Anas Nashif
commit a92e48890c
8 changed files with 10 additions and 10 deletions

View file

@ -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)
{