diff options
author | Zakk Roberts <midk@rockbox.org> | 2006-04-15 13:07:21 +0000 |
---|---|---|
committer | Zakk Roberts <midk@rockbox.org> | 2006-04-15 13:07:21 +0000 |
commit | 16a57e2e4fcb29f84d6ce44a011d341378270c1f (patch) | |
tree | 4c1a4187802ddf8cf8d230bd30a8168e311544e3 /firmware/export/config-iaudiox5.h | |
parent | 97c3a6f10ac2babe2d6ff3a18823960fff0482e4 (diff) |
Also add a config-specific 'Default' value, this should fix the sim builds.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9680 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config-iaudiox5.h')
-rw-r--r-- | firmware/export/config-iaudiox5.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/export/config-iaudiox5.h b/firmware/export/config-iaudiox5.h index 2a16bafc07..4690feb8fe 100644 --- a/firmware/export/config-iaudiox5.h +++ b/firmware/export/config-iaudiox5.h @@ -53,6 +53,8 @@ /* The number of bytes reserved for loadable plugins */ #define PLUGIN_BUFFER_SIZE 0x80000 +#define BATTERY_CAPACITY_DEFAULT 950 /* default battery capacity */ + #ifndef SIMULATOR /* Define this if you have a Motorola SCF5250 */ |