summaryrefslogtreecommitdiff
path: root/chip/stm32l/clock.c
diff options
context:
space:
mode:
Diffstat (limited to 'chip/stm32l/clock.c')
-rw-r--r--chip/stm32l/clock.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/chip/stm32l/clock.c b/chip/stm32l/clock.c
index 9b4c01ab73..aa243738b0 100644
--- a/chip/stm32l/clock.c
+++ b/chip/stm32l/clock.c
@@ -13,19 +13,6 @@
#include "registers.h"
#include "util.h"
-/**
- * Idle task
- * executed when no task are ready to be scheduled
- */
-void __idle(void)
-{
- while (1) {
- /* wait for the irq event */
- asm("wfi");
- /* TODO more power management here */
- }
-}
-
int clock_init(void)
{
uint32_t tmp_acr;