diff options
| author | Andree Buschmann <AndreeBuschmann@t-online.de> | 2010-01-03 11:31:14 +0000 |
|---|---|---|
| committer | Andree Buschmann <AndreeBuschmann@t-online.de> | 2010-01-03 11:31:14 +0000 |
| commit | 508bf2b45a7bdd163c7bc7644900f2100f9fe137 (patch) | |
| tree | 00b3f9e24d461ad2c743813f9670c481c58acaed /firmware/export | |
| parent | 5cebdcd06b73ebf957d52b6a7a048937b146c9cd (diff) | |
| download | rockbox-508bf2b45a7bdd163c7bc7644900f2100f9fe137.zip rockbox-508bf2b45a7bdd163c7bc7644900f2100f9fe137.tar.gz rockbox-508bf2b45a7bdd163c7bc7644900f2100f9fe137.tar.bz2 rockbox-508bf2b45a7bdd163c7bc7644900f2100f9fe137.tar.xz | |
Final removal of tabs in firmware path
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24158 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export')
| -rw-r--r-- | firmware/export/config/ipodnano1g.h | 2 | ||||
| -rw-r--r-- | firmware/export/debug.h | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/firmware/export/config/ipodnano1g.h b/firmware/export/config/ipodnano1g.h index e1ec1af..5f63c26 100644 --- a/firmware/export/config/ipodnano1g.h +++ b/firmware/export/config/ipodnano1g.h @@ -119,7 +119,7 @@ #define BATTERY_CAPACITY_DEFAULT 300 /* default battery capacity */ #define BATTERY_CAPACITY_MIN 200 /* min. capacity selectable */ #define BATTERY_CAPACITY_MAX 600 /* max. capacity selectable */ -#define BATTERY_CAPACITY_INC 20 /* capacity increment */ +#define BATTERY_CAPACITY_INC 20 /* capacity increment */ #define BATTERY_TYPES_COUNT 1 /* only one type */ /* Hardware controlled charging? FIXME */ diff --git a/firmware/export/debug.h b/firmware/export/debug.h index f9f93fd..314b495 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, ...) /* */ #if defined(SIMULATOR) && !defined(__PCTOOL__) -#define DEBUGF debugf +#define DEBUGF debugf #define LDEBUGF(...) ldebugf(__FILE__, __LINE__, __VA_ARGS__) #else #if defined(DEBUG) @@ -42,7 +42,7 @@ extern void ldebugf(const char* file, int line, const char *fmt, ...) void breakpoint(void); #endif -#define DEBUGF debugf +#define DEBUGF debugf #define LDEBUGF debugf #else #define DEBUGF(...) |