Skip to content
Snippets Groups Projects
Commit a72df9f0 authored by Michael Andersen's avatar Michael Andersen
Browse files

cpu/cortexm_common: fix periph_pm typo

parent f4b0cccd
No related branches found
No related tags found
No related merge requests found
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
#include "cpu.h" #include "cpu.h"
#include "periph/pm.h" #include "periph/pm.h"
#ifndef FEATURES_PERIPH_PM #ifndef FEATURE_PERIPH_PM
void pm_set_lowest(void) void pm_set_lowest(void)
{ {
cortexm_sleep(0); cortexm_sleep(0);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment