diff options
Diffstat (limited to 'board/servo_micro/board.c')
-rw-r--r-- | board/servo_micro/board.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/board/servo_micro/board.c b/board/servo_micro/board.c index f7a21a6d95..d778f021c2 100644 --- a/board/servo_micro/board.c +++ b/board/servo_micro/board.c @@ -386,15 +386,6 @@ const struct ite_dfu_config_t ite_dfu_config = { .sda = GPIO_MASTER_I2C_SDA, }; -void pvd_interrupt(void) { - /* Clear Pending Register */ - STM32_EXTI_PR = EXTI_PVD_EVENT; - /* Handle recovery by rebooting the system */ - system_reset(0); -} - -DECLARE_IRQ(STM32_IRQ_PVD, pvd_interrupt, HOOK_PRIO_FIRST); - /****************************************************************************** * Initialize board. */ |