aboutsummaryrefslogtreecommitdiffstats
path: root/src/gadc/gadc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gadc/gadc.c')
-rw-r--r--src/gadc/gadc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gadc/gadc.c b/src/gadc/gadc.c
index 25d5f9bd..c9a4a31b 100644
--- a/src/gadc/gadc.c
+++ b/src/gadc/gadc.c
@@ -254,9 +254,9 @@ void _gadcDeinit(void)
// gadc_lld_deinit();
gfxSemDestroy(&gadcsem);
gfxMutexDestroy(&gadcmutex);
- //gtimerDeinit(&LowSpeedGTimer);
+ gtimerDeinit(&LowSpeedGTimer);
#if GFX_USE_GEVENT
- //gtimerDeinit(&HighSpeedGTimer);
+ gtimerDeinit(&HighSpeedGTimer);
#endif
}