Changeset 4 for trunk/firmware/CubeMX/Src/stm32g0xx_it.c
- Timestamp:
- Apr 27, 2023, 11:58:15 AM (3 years ago)
- File:
-
- 1 edited
-
trunk/firmware/CubeMX/Src/stm32g0xx_it.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/firmware/CubeMX/Src/stm32g0xx_it.c
r1 r4 214 214 { 215 215 /* USER CODE BEGIN DMA1_Channel1_IRQn 0 */ 216 //R2_GPIO_Port->BSRR = R2_Pin;216 TP2_GPIO_Port->BSRR = TP2_Pin; 217 217 218 218 static uint32_t current_integral = 0; … … 240 240 else current_integral = 0; 241 241 242 //R2_GPIO_Port->BRR = R2_Pin;242 TP2_GPIO_Port->BRR = TP2_Pin; 243 243 244 244 return;
Note:
See TracChangeset
for help on using the changeset viewer.
