X-Git-Url: http://plrg.eecs.uci.edu/git/?p=satune.git;a=blobdiff_plain;f=src%2Fconfig.h;h=5ce22b0f0fdf89a4f2e0e5c6690201aacddd6579;hp=db02014b5f128ab4262b83f69f1ec7ae5a12dfc9;hb=c4d7cd37081ba21f4b979a3e82659c2df73f251a;hpb=78f6e7822b220424324842e73dcda7b5d8aa29ad diff --git a/src/config.h b/src/config.h index db02014..5ce22b0 100644 --- a/src/config.h +++ b/src/config.h @@ -11,15 +11,15 @@ * @brief Configuration file. */ -#ifndef CONFIG_H -#define CONFIG_H +#ifndef SATC_CONFIG_H +#define SATC_CONFIG_H /** Turn on debugging. */ #ifndef CONFIG_DEBUG //#define CONFIG_DEBUG -#define TRACE_DEBUG #endif + #ifndef CONFIG_ASSERT #define CONFIG_ASSERT #endif