Main Page | Data Structures | Directories | File List | Data Fields | Globals

configuration.hch

Go to the documentation of this file.
00001 
00019 #ifndef _CONFIGURATION_HCH
00020 #define _CONFIGURATION_HCH 1
00021 
00022 
00023 
00024 /*
00025  * To print debug information on the RS232 port set this define.
00026  */
00027 #define HAVE_DEBUG 0
00028 
00029 
00030 
00031 /*
00032  * If we don't want to use the SmartMedia set this to 0. Data is then read from
00033  * the ram, assuming it's there. Otherwise 1 will load the smartmedia
00034  * routines.
00035  */
00036 #define HAVE_SMARTMEDIA 0
00037 
00038 
00039 
00040 /*
00041  * FFT specific. TODO: Clean Up!
00042  */
00043 #define USE_RUNFFT      1
00044 #define HARDWARE_MULTIPLY       1
00045 #define PERFORM_FFT_CALCULATION 1
00046 #define USE_UNSIGNED_AUDIO 0
00047 
00048 /*
00049 FIXME:  DK doesn't override from commandline defines. We have to therefore
00050         ignore this include guard until we can find around this.
00051 #else
00052 #error "ERROR file configuration.hch multiple times included"
00053 */
00054 #endif /* --- _CONFIGURATION_HCH --- */
00055 
00056 

Generated on Thu Dec 9 14:37:05 2004 for Graphic Equalizer 2 by  doxygen 1.3.9.1