-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix an issue with mini v3 reboot by updating mini v3 submodule
- Loading branch information
1 parent
3523d6a
commit c4e8f5a
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule mini-v3-ioc
updated
8 files
+52 −0 | Core/Inc/iwdg.h | |
+1 −1 | Core/Inc/stm32g0xx_hal_conf.h | |
+56 −0 | Core/Src/iwdg.c | |
+4 −1 | Core/Src/main.c | |
+237 −0 | Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_iwdg.h | |
+338 −0 | Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_ll_iwdg.h | |
+282 −0 | Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_iwdg.c | |
+17 −11 | project_v3.ioc |