with hardware oversampling
This commit is contained in:
@@ -183,7 +183,14 @@ PRIVATE VOID vInitTask( PVOID arg )
|
||||
|
||||
boOK &= MAIN_boInitializeModule();
|
||||
|
||||
//!boOK ? RTOS_vFatalError() : NULL;
|
||||
if(!boOK){
|
||||
osKernelLock(); // lock kernel to prevent task switch
|
||||
while(1){
|
||||
DIPO_vToggleOutput(DIPO_eLED);
|
||||
DELAY_MS( 100 );
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
// boInitConfig ? ELOG_ADD_LOG( ELOG_eFactoryReset ) : NULL;
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user