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

@ -618,6 +618,7 @@ int main(void) {
}
init_message_queues();
shared_memory.correction_ppm = 0;
portapack::io.init();
ui::Context context;