X-Git-Url: http://git.rot13.org/?p=goodfet;a=blobdiff_plain;f=firmware%2Flib%2Fdco_calib.c;h=d21863990046add81b21dae7b079c022c2f132cf;hp=a539052a221ebe7c5f38bed74ccb70c75bc59262;hb=HEAD;hpb=87c8139ff30306e8269e009d7fbd309dacf6d24e 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