Merge branch 'development' into LTS_development

This commit is contained in:
Thulinma 2018-03-20 14:30:42 +01:00
commit 0385daabe8
7 changed files with 262 additions and 124 deletions

View file

@ -17,7 +17,8 @@
#if DEBUG > -1
#include <stdio.h>
#include <unistd.h>
#include <inttypes.h>
#include <stdint.h>
#include "config.h"
static const char * DBG_LVL_LIST[] = {"NONE", "FAIL", "ERROR", "WARN", "INFO", "MEDIUM", "HIGH", "VERYHIGH", "EXTREME", "INSANE", "DONTEVEN"};