From: Keith Packard Date: Sat, 15 Jan 2011 20:25:57 +0000 (-0800) Subject: altos: Optimize fetching of ADC data in flight code X-Git-Tag: debian/0.8.1+71+gda42f40~1^2~2 X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=commitdiff_plain;h=2887fe7affc0706dbeb2f04df9a00a9b799903ed;hp=2887fe7affc0706dbeb2f04df9a00a9b799903ed altos: Optimize fetching of ADC data in flight code This stores the address of the desired sample in a local variable and then fetches through that. Saves quite a few instructions. Signed-off-by: Keith Packard ---