Ignore:
Timestamp:
Apr 27, 2023, 11:58:15 AM (3 years ago)
Author:
f.jahn
Message:

Fixing project.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/firmware/CubeMX/Src/main.c

    r2 r4  
    21102110
    21112111                                // We disable shortcut detecting interrupt
    2112                                 HAL_NVIC_DisableIRQ(ADC1_COMP_IRQn);
     2112                                //HAL_NVIC_DisableIRQ(ADC1_COMP_IRQn);
    21132113                        //}
    21142114                }
     
    28522852void OVP_not_present__LVP_present(void)
    28532853{
    2854 #ifdef DISABLE_SHORTCUT_DETECTION_DURING_SWITCH_OFF
    2855         DisableShortCutDetection();
    2856 #endif
     2854//#ifdef DISABLE_SHORTCUT_DETECTION_DURING_SWITCH_OFF
     2855//      DisableShortCutDetection();
     2856//#endif
    28572857        HAL_NVIC_DisableIRQ(ADC_DMA_IRQ);
    28582858        MOSFETS_Management = &ADC_OVP_not_present__LVP_present;
Note: See TracChangeset for help on using the changeset viewer.