Changeset 4 for trunk/firmware/CubeMX/Src/main.c
- Timestamp:
- Apr 27, 2023, 11:58:15 AM (3 years ago)
- File:
-
- 1 edited
-
trunk/firmware/CubeMX/Src/main.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/firmware/CubeMX/Src/main.c
r2 r4 2110 2110 2111 2111 // We disable shortcut detecting interrupt 2112 HAL_NVIC_DisableIRQ(ADC1_COMP_IRQn);2112 //HAL_NVIC_DisableIRQ(ADC1_COMP_IRQn); 2113 2113 //} 2114 2114 } … … 2852 2852 void OVP_not_present__LVP_present(void) 2853 2853 { 2854 #ifdef DISABLE_SHORTCUT_DETECTION_DURING_SWITCH_OFF2855 DisableShortCutDetection();2856 #endif2854 //#ifdef DISABLE_SHORTCUT_DETECTION_DURING_SWITCH_OFF 2855 // DisableShortCutDetection(); 2856 //#endif 2857 2857 HAL_NVIC_DisableIRQ(ADC_DMA_IRQ); 2858 2858 MOSFETS_Management = &ADC_OVP_not_present__LVP_present;
Note:
See TracChangeset
for help on using the changeset viewer.
