Index: firmware/App/Tasks/TaskPriority.c =================================================================== diff -u -r56100135135bb715d316b5fd002a4a4951b9334a -rf1d812de6fbaf4943d05bbee2271bcb61138325a --- firmware/App/Tasks/TaskPriority.c (.../TaskPriority.c) (revision 56100135135bb715d316b5fd002a4a4951b9334a) +++ firmware/App/Tasks/TaskPriority.c (.../TaskPriority.c) (revision f1d812de6fbaf4943d05bbee2271bcb61138325a) @@ -44,6 +44,10 @@ setCPLDLampRed( PIN_SIGNAL_HIGH ); #endif +#ifdef TEST_AIR_TRAP_ALPHA_TESTING + execFPGA( TRUE ); +#endif + // Prevent most processing until UI has started communicating if ( TRUE == uiCommunicated() ) { @@ -69,6 +73,10 @@ execFPGA( FALSE ); } +#ifdef TEST_AIR_TRAP_ALPHA_TESTING + execFPGA( FALSE ); +#endif + // Check in with watchdog manager checkInWithWatchdogMgmt( TASK_PRIORITY );