mirror of
https://github.com/apache/nuttx.git
synced 2026-05-23 14:58:13 +08:00
PM: Fix typo in conditional compilation.
This commit is contained in:
committed by
Gregory Nutt
parent
18f4dcffa8
commit
7e6ce93b61
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user