summaryrefslogtreecommitdiff
path: root/firmware/export/config-ipodnano.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config-ipodnano.h')
-rw-r--r--firmware/export/config-ipodnano.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/firmware/export/config-ipodnano.h b/firmware/export/config-ipodnano.h
index a2f9e3249b..d3c229593f 100644
--- a/firmware/export/config-ipodnano.h
+++ b/firmware/export/config-ipodnano.h
@@ -79,8 +79,6 @@
79/* define this if you have a flash memory storage */ 79/* define this if you have a flash memory storage */
80#define HAVE_FLASH_STORAGE 80#define HAVE_FLASH_STORAGE
81 81
82/* Type of mobile power */
83#define CONFIG_BATTERY BATT_LIION300
84#define BATTERY_CAPACITY_DEFAULT 300 /* default battery capacity */ 82#define BATTERY_CAPACITY_DEFAULT 300 /* default battery capacity */
85#define BATTERY_CAPACITY_MIN 200 /* min. capacity selectable */ 83#define BATTERY_CAPACITY_MIN 200 /* min. capacity selectable */
86#define BATTERY_CAPACITY_MAX 600 /* max. capacity selectable */ 84#define BATTERY_CAPACITY_MAX 600 /* max. capacity selectable */
@@ -101,8 +99,6 @@
101/* Define this if you want to use the PP5020 i2c interface */ 99/* Define this if you want to use the PP5020 i2c interface */
102#define CONFIG_I2C I2C_PP5020 100#define CONFIG_I2C I2C_PP5020
103 101
104#define BATTERY_SCALE_FACTOR 5840
105
106/* define this if the hardware can be powered off while charging */ 102/* define this if the hardware can be powered off while charging */
107//#define HAVE_POWEROFF_WHILE_CHARGING 103//#define HAVE_POWEROFF_WHILE_CHARGING
108 104