From 8f9ce7f81f49c6c00d05d2420d9d2750872c8f2c Mon Sep 17 00:00:00 2001 From: Leandro Lanzieri Date: Thu, 13 Aug 2020 17:24:03 +0200 Subject: [PATCH] cpu/cc26x2_cc13x2: remove unnecessary pm.c This CPU families already use the peripheral implementation of cc26xx_cc13xx for PM. --- cpu/cc26x2_cc13x2/pm.c | 32 -------------------------------- 1 file changed, 32 deletions(-) delete mode 100644 cpu/cc26x2_cc13x2/pm.c diff --git a/cpu/cc26x2_cc13x2/pm.c b/cpu/cc26x2_cc13x2/pm.c deleted file mode 100644 index 19c0d5fa4e..0000000000 --- a/cpu/cc26x2_cc13x2/pm.c +++ /dev/null @@ -1,32 +0,0 @@ -/* - * Copyright (C) 2017 Kaspar Schleiser - * @author Hauke Petersen - * - * @} - */ - -#include "cpu.h" -#include "periph/pm.h" - -#ifdef PROVIDES_PM_SET_LOWEST_CORTEXM -void pm_set_lowest(void) -{ - /* don't do anything here */ -} -#endif