Finding the 3 best tuners after the learning process
[satune.git] / src / config.h
index b83cc1f87d34f97a90fed8d5637a2cbaf219af8d..ce13d3c8ef6873db22e29ce7dc5d7e25ef0b1630 100644 (file)
@@ -11,8 +11,8 @@
  * @brief Configuration file.
  */
 
-#ifndef CONFIG_H
-#define CONFIG_H
+#ifndef SATC_CONFIG_H
+#define SATC_CONFIG_H
 
 /** Turn on debugging. */
 #ifndef CONFIG_DEBUG
@@ -20,7 +20,7 @@
 #endif
 
 #ifndef CONFIG_ASSERT
-//#define CONFIG_ASSERT
+#define CONFIG_ASSERT
 #endif
 
 #endif