From 8865791fab0256ad97d8cbfd71d564e995712964 Mon Sep 17 00:00:00 2001 From: travisutk Date: Thu, 10 Feb 2011 15:48:00 +0000 Subject: [PATCH 1/1] Aligned dco_calib. git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@906 12e2690d-a6be-4b82-a7b7-67c4a43b65c8 --- firmware/lib/dco_calib.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/firmware/lib/dco_calib.c b/firmware/lib/dco_calib.c index a539052..d218639 100644 --- a/firmware/lib/dco_calib.c +++ b/firmware/lib/dco_calib.c @@ -1,5 +1,5 @@ // CALDCO_16MHZ, CALBC1_16MHZ -const char dco_calibrations[]={ +const char dco_calibrations[] __attribute__ ((aligned (2)))={ 0x60, 0x8f, // 2274-003.txt 0x68, 0x8f, // 2618-001.txt 0x6c, 0x8f, // 2618-003.txt @@ -8,7 +8,6 @@ const char dco_calibrations[]={ 0x7e, 0x8f, // 2274-006.txt 0x80, 0x8f, // 2274-002.txt 0x81, 0x8f, // 2619-000.txt - 0x84, 0x8f, // 2274-001.txt 0x84, 0x8f, // 2274-010.txt 0x85, 0x8f, // 2274-004.txt 0x87, 0x8f, // 2618-006.txt -- 2.20.1