Hanna
Sourcecode Batteriemanagementsystem
Doku Start
Informationen
Auflistung der Dateien
Datenstrukturen
Batman
Hanna
Documents
Eclipse
ws-bms
bms_main
SD-Card
sdcard
partition_config.h
gehe zur Dokumentation dieser Datei
1
14
/*
15
* Copyright (c) 2006-2011 by Roland Riegel <feedback@roland-riegel.de>
16
*
17
* This file is free software; you can redistribute it and/or modify
18
* it under the terms of either the GNU General Public License version 2
19
* or the GNU Lesser General Public License version 2.1, both as
20
* published by the Free Software Foundation.
21
*/
22
23
#ifndef PARTITION_CONFIG_H
24
#define PARTITION_CONFIG_H
25
26
#ifdef __cplusplus
27
extern
"C"
28
{
29
#endif
30
45
#define PARTITION_COUNT 1
46
51
#ifdef __cplusplus
52
}
53
#endif
54
55
#endif
56