Edits to RelAccX library

This commit is contained in:
Erik Zandvliet 2018-02-27 16:30:00 +01:00 committed by Thulinma
parent 68c87a44d0
commit 7ea42685a6
3 changed files with 215 additions and 78 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"};