1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-15 01:23:49 +01:00

cpu/cortexm_common: fix periph_pm typo

This commit is contained in:
Michael Andersen 2017-02-22 15:58:20 -08:00
parent f4b0cccd41
commit a72df9f015

View File

@ -23,7 +23,7 @@
#include "cpu.h"
#include "periph/pm.h"
#ifndef FEATURES_PERIPH_PM
#ifndef FEATURE_PERIPH_PM
void pm_set_lowest(void)
{
cortexm_sleep(0);