mirror of
https://github.com/apache/nuttx.git
synced 2026-06-02 17:48:54 +08:00
NRF2410L: Add missing conditional logic in vtable initialization
This commit is contained in:
@@ -235,7 +235,9 @@ static const struct file_operations nrf24l01_fops =
|
||||
#ifndef CONFIG_DISABLE_POLL
|
||||
nrf24l01_poll, /* poll */
|
||||
#endif
|
||||
#ifndef CONFIG_DISABLE_PSEUDOFS_OPERATIONS
|
||||
NULL /* unlink */
|
||||
#endif
|
||||
};
|
||||
|
||||
/****************************************************************************
|
||||
|
||||
Reference in New Issue
Block a user