Use config.h
parent
abf875bda0
commit
f99adae31e
|
|
@ -1,5 +1,6 @@
|
||||||
#pragma once
|
#pragma once
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
#include "config/config.h"
|
||||||
|
|
||||||
/// Enable DEBUG_LOGIC to compile debugging and error messages (beware of code base size ;) ) for the logic layer
|
/// Enable DEBUG_LOGIC to compile debugging and error messages (beware of code base size ;) ) for the logic layer
|
||||||
//#define DEBUG_LOGIC
|
//#define DEBUG_LOGIC
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue