pipeplayer/config.h
2022-08-08 00:42:22 +00:00

16 lines
242 B
C

#ifndef __CONFIG_H__
#define __CONFIG_H__
#define BITS 8
// Logging options
#include "loglevels.h"
/* 0 - off colors
* 1 - on colors */
#define LOGGING_COLORS 1
// Levels (see log.h)
#define LOGGING_LEVEL INFO
#endif /* __CONFIG_H__ */