Hanna
Sourcecode Batteriemanagementsystem
sd-reader_config.h
gehe zur Dokumentation dieser Datei
1 
20 /*
21  * Copyright (c) 2006-2011 by Roland Riegel <feedback@roland-riegel.de>
22  *
23  * This file is free software; you can redistribute it and/or modify
24  * it under the terms of either the GNU General Public License version 2
25  * or the GNU Lesser General Public License version 2.1, both as
26  * published by the Free Software Foundation.
27  */
28 
29 #ifndef SD_READER_CONFIG_H
30 #define SD_READER_CONFIG_H
31 
32 #ifdef __cplusplus
33 extern "C"
34 {
35 #endif
36 
51 #define USE_DYNAMIC_MEMORY 0
52 
57 #ifdef __cplusplus
58 }
59 #endif
60 
61 #endif
62