altos: Remove 'volatile' from ao_rssi.c globals
authorKeith Packard <keithp@keithp.com>
Thu, 1 Nov 2012 17:49:17 +0000 (10:49 -0700)
committerKeith Packard <keithp@keithp.com>
Thu, 1 Nov 2012 17:49:17 +0000 (10:49 -0700)
commite4d931cd99a7c91803584b71670e30c0d00217df
treeb3a4e6e8bd13da3c0d2a16a25185706bd18a4f6e
parent86f8b92149d1027b1d6d6b1cae097cfe47b02090
altos: Remove 'volatile' from ao_rssi.c globals

No need for this, the variables aren't changed at interrupt time.

Signed-off-by: Keith Packard <keithp@keithp.com>
src/core/ao_rssi.c