From 141e66376872c6dce15d6f63ca84377aa20a6277 Mon Sep 17 00:00:00 2001 From: Nils Wallménius Date: Thu, 13 Sep 2007 17:56:08 +0000 Subject: 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 --- firmware/target/arm/pnx0101/system-pnx0101.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = { -- cgit v1.2.3