00001 /************************************************************************* 00002 Author: $Author: dennis $ 00003 File: $HeadURL: file:///home/dennis/svn-store/avr-source/mptry-fat32/html/config_8h-source.html $ 00004 Date: $Date: 2008-09-17 19:39:04 +0200 (Mi, 17. Sep 2008) $ 00005 Revision: $Revision: 111 $ 00006 Id: $Id: config_8h-source.html 111 2008-09-17 17:39:04Z dennis $ 00007 Licence: GNU General Public License 00008 *************************************************************************/ 00026 #ifndef CONFIG_H_ 00027 #define CONFIG_H_ 00028 00029 #include <stdint.h> 00030 00038 #define USE_DYNAMIC_MEMORY 0 00039 00040 00041 void display_buffer( uint8_t * ptr, uint32_t size); 00042 00043 #endif /*CONFIG_H_*/