summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export')
-rw-r--r--firmware/export/config/ipodnano1g.h2
-rw-r--r--firmware/export/debug.h4
2 files changed, 3 insertions, 3 deletions
diff --git a/firmware/export/config/ipodnano1g.h b/firmware/export/config/ipodnano1g.h
index e1ec1afa86..5f63c269ed 100644
--- a/firmware/export/config/ipodnano1g.h
+++ b/firmware/export/config/ipodnano1g.h
@@ -119,7 +119,7 @@
119#define BATTERY_CAPACITY_DEFAULT 300 /* default battery capacity */ 119#define BATTERY_CAPACITY_DEFAULT 300 /* default battery capacity */
120#define BATTERY_CAPACITY_MIN 200 /* min. capacity selectable */ 120#define BATTERY_CAPACITY_MIN 200 /* min. capacity selectable */
121#define BATTERY_CAPACITY_MAX 600 /* max. capacity selectable */ 121#define BATTERY_CAPACITY_MAX 600 /* max. capacity selectable */
122#define BATTERY_CAPACITY_INC 20 /* capacity increment */ 122#define BATTERY_CAPACITY_INC 20 /* capacity increment */
123#define BATTERY_TYPES_COUNT 1 /* only one type */ 123#define BATTERY_TYPES_COUNT 1 /* only one type */
124 124
125/* Hardware controlled charging? FIXME */ 125/* Hardware controlled charging? FIXME */
diff --git a/firmware/export/debug.h b/firmware/export/debug.h
index f9f93fdcd9..314b495dd2 100644
--- a/firmware/export/debug.h
+++ b/firmware/export/debug.h
@@ -33,7 +33,7 @@ extern void ldebugf(const char* file, int line, const char *fmt, ...)
33 33
34/* */ 34/* */
35#if defined(SIMULATOR) && !defined(__PCTOOL__) 35#if defined(SIMULATOR) && !defined(__PCTOOL__)
36#define DEBUGF debugf 36#define DEBUGF debugf
37#define LDEBUGF(...) ldebugf(__FILE__, __LINE__, __VA_ARGS__) 37#define LDEBUGF(...) ldebugf(__FILE__, __LINE__, __VA_ARGS__)
38#else 38#else
39#if defined(DEBUG) 39#if defined(DEBUG)
@@ -42,7 +42,7 @@ extern void ldebugf(const char* file, int line, const char *fmt, ...)
42void breakpoint(void); 42void breakpoint(void);
43#endif 43#endif
44 44
45#define DEBUGF debugf 45#define DEBUGF debugf
46#define LDEBUGF debugf 46#define LDEBUGF debugf
47#else 47#else
48#define DEBUGF(...) 48#define DEBUGF(...)