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