diff options
author | Michael Sparmann <theseven@rockbox.org> | 2010-02-17 15:57:53 +0000 |
---|---|---|
committer | Michael Sparmann <theseven@rockbox.org> | 2010-02-17 15:57:53 +0000 |
commit | e5c815272dc8436f487c3b6ed238d80910f0fde0 (patch) | |
tree | 9aaec54573b7abe28b5d0b4db98d36abdf3e39d5 /bootloader | |
parent | b3c18aeb4da93fe07a5021ad0405c2349d7d793e (diff) |
Add more information to the battery debug screen for Nano2G
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24723 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'bootloader')
-rw-r--r-- | bootloader/ipodnano2g.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bootloader/ipodnano2g.c b/bootloader/ipodnano2g.c index 020da207bd..14b5bbce20 100644 --- a/bootloader/ipodnano2g.c +++ b/bootloader/ipodnano2g.c @@ -84,8 +84,8 @@ void fatal_error(void) } } -/* aes_decrypt() and readfw() functions taken from iloader - (C) - Michael Sparmann and licenced under GPL v2 or later. +/* aes_decrypt() and readfw() functions taken from iLoader. + (C) Michael Sparmann and licenced under GPL v2 or later. */ static void aes_decrypt(void* data, uint32_t size) |