PM: Fix typo in conditional compilation.

This commit is contained in:
Oleg Evseev
2017-08-30 08:47:58 -06:00
committed by Gregory Nutt
parent 18f4dcffa8
commit 7e6ce93b61
+1 -1
View File
@@ -129,7 +129,7 @@
# define CONFIG_PM_MEMORY 2
#endif
#ifndef CONFIG_PM_MEMORY < 1
#if CONFIG_PM_MEMORY < 1
# error "CONFIG_PM_MEMORY must be >= 1"
#endif