mirror of
https://github.com/apache/nuttx.git
synced 2026-06-01 16:59:28 +08:00
CCM PROCFS: Missing change in last commits
This commit is contained in:
@@ -92,7 +92,7 @@ extern const struct procfs_operations smartfs_procfsoperations;
|
|||||||
* operations table with a RAM-base registration table.
|
* operations table with a RAM-base registration table.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#if defined(CONFIG_STM32_CCM_PROCFS)
|
#if defined(CONFIG_STM32_CCM_PROCFS) && !defined(CONFIG_FS_PROCFS_EXCLUDE_CCM)
|
||||||
extern const struct procfs_operations ccm_procfsoperations;
|
extern const struct procfs_operations ccm_procfsoperations;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
@@ -129,7 +129,7 @@ static const struct procfs_entry_s g_procfsentries[] =
|
|||||||
{ "uptime", &uptime_operations },
|
{ "uptime", &uptime_operations },
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(#if defined(CONFIG_STM32_CCM_PROCFS)
|
#if defined(CONFIG_STM32_CCM_PROCFS) && !defined(CONFIG_FS_PROCFS_EXCLUDE_CCM)
|
||||||
{ "ccm", &ccm_procfsoperations },
|
{ "ccm", &ccm_procfsoperations },
|
||||||
#endif
|
#endif
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user