comparison Discovery/Src/data_exchange_main.c @ 842:c3dd461ca3f9 Evo_2_23

Migrated Sentinel protocol to new UART structure: The Sentinel protocol had not been migrated to the new UART structure which was introduced with the introduction of the UART MUX. The Sentinel is now supported by autodetection again (development version only)
author Ideenmodellierer
date Mon, 15 Jan 2024 21:44:18 +0100
parents 061174d88af9
children
comparison
equal deleted inserted replaced
841:70092f552f5a 842:c3dd461ca3f9
429 } 429 }
430 430
431 #ifdef ENABLE_SENTINEL_MODE 431 #ifdef ENABLE_SENTINEL_MODE
432 if(SensorActive[SENSOR_SENTINEL]) 432 if(SensorActive[SENSOR_SENTINEL])
433 { 433 {
434 externalInterface_Cmd |= EXT_INTERFACE_33V_ON | EXT_INTERFACE_UART_SENTINEL; 434 externalInterface_Cmd |= EXT_INTERFACE_33V_ON;
435 externalInterface_Cmd &= (~EXT_INTERFACE_ADC_ON); 435 externalInterface_Cmd &= (~EXT_INTERFACE_ADC_ON);
436 } 436 }
437 #endif 437 #endif
438 438
439 dataOut.data.externalInterface_Cmd = externalInterface_Cmd; 439 dataOut.data.externalInterface_Cmd = externalInterface_Cmd;