Store PPM in shared memory for now.

This commit is contained in:
Clayton Smith 2015-07-26 12:39:03 -04:00 committed by Jared Boone
parent 9dd41ed48d
commit 3874c82d57
4 changed files with 7 additions and 2 deletions

View file

@ -38,6 +38,7 @@ struct SharedMemory {
// TODO: M0 should directly configure and control DMA channel that is
// acquiring ADC samples.
TouchADCFrame touch_adc_frame;
int8_t correction_ppm;
};
extern SharedMemory& shared_memory;