Adding a directed search based config for the tuner
[satune.git] / src / config.h
index bd998c0a437fd69a3115897cbf06cfb2b2b60826..ef0b9b1929bc5f046f996ace37daf3aa47a81db1 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
 #endif
 
+//#define STATICENCGEN
+
 #ifndef CONFIG_ASSERT
 #define CONFIG_ASSERT
 #endif