mirror of
https://github.com/apache/nuttx.git
synced 2026-05-29 04:19:37 +08:00
Fix a typo in a Make.defs file
This commit is contained in:
@@ -35,7 +35,7 @@
|
||||
|
||||
# Include named semaphore support
|
||||
|
||||
ifneq ($(CONFIG_FS_NAMED_SEMAPHORES),0)
|
||||
ifeq ($(CONFIG_FS_NAMED_SEMAPHORES),y)
|
||||
|
||||
CSRCS += sem_open.c sem_close.c sem_unlink.c
|
||||
|
||||
|
||||
Reference in New Issue
Block a user