/* * 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