Finding the 3 best tuners after the learning process
[satune.git] / src / config.h
index 0c53dd6dbab21bb3a45e2955f0110b322a1614c3..ce13d3c8ef6873db22e29ce7dc5d7e25ef0b1630 100644 (file)
  * @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
-//#define SATCHECK_CONFIG
+
 #ifndef CONFIG_ASSERT
 #define CONFIG_ASSERT
 #endif