Finding the 3 best tuners after the learning process
[satune.git] / src / config.h
index 6eafa57c3aa598c399b0c8df4ffac5bf7c9951dc..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