diff options
author | Nils Wallménius <nils@rockbox.org> | 2007-09-13 17:56:08 +0000 |
---|---|---|
committer | Nils Wallménius <nils@rockbox.org> | 2007-09-13 17:56:08 +0000 |
commit | 141e66376872c6dce15d6f63ca84377aa20a6277 (patch) | |
tree | 107d8b1ce3e11e0d389cc74b7643cf319d860456 /firmware/target/arm/pnx0101/system-pnx0101.c | |
parent | 8f533be22bbd08e58bd891a0ffa42c0ca88c010c (diff) |
Accept FS#7765 by Catalin Patulea, fixes an incorrect struct definition
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14682 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/target/arm/pnx0101/system-pnx0101.c')
-rw-r--r-- | firmware/target/arm/pnx0101/system-pnx0101.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/target/arm/pnx0101/system-pnx0101.c b/firmware/target/arm/pnx0101/system-pnx0101.c index 9d8bb405a8..5708168b51 100644 --- a/firmware/target/arm/pnx0101/system-pnx0101.c +++ b/firmware/target/arm/pnx0101/system-pnx0101.c @@ -26,7 +26,7 @@ static struct unsigned char freq; unsigned char sys_mult; unsigned char sys_div; - unsigned char mem_conf[9]; + unsigned char mem_conf[10]; } perf_modes[3] ICONST_ATTR = { |