altos: Pre-compute RDF packet len at compile time
authorKeith Packard <keithp@keithp.com>
Wed, 21 Sep 2011 18:39:24 +0000 (11:39 -0700)
committerKeith Packard <keithp@keithp.com>
Wed, 21 Sep 2011 18:45:05 +0000 (11:45 -0700)
commitc8a00bb9ccdf0d4257f037c2bf996ce5e6b0b0c0
treecef91c9361b9455078ee4393281333c0ae6af784
parentabf17522c206b465375b73a004a6d67bfa714ba3
altos: Pre-compute RDF packet len at compile time

Instead of computing the RDF packet len at run time, which takes a
pile of code space.

Signed-off-by: Keith Packard <keithp@keithp.com>
src/cc1111/ao_radio.c
src/core/ao.h
src/core/ao_telemetry.c