mirror of
https://github.com/apache/nuttx.git
synced 2026-05-20 12:33:27 +08:00
RX65N Pre-check Warning Resolved
This commit is contained in:
committed by
Abdelatif Guettouche
parent
68a2727c12
commit
b8b4055cb1
@@ -106,6 +106,7 @@ static int rtc_driver_initialize(void)
|
||||
|
||||
int rx65n_bringup(void)
|
||||
{
|
||||
#if defined (HAVE_RTC_DRIVER) || defined (CONFIG_FS_PROCFS)
|
||||
int ret;
|
||||
#ifdef HAVE_RTC_DRIVER
|
||||
ret = rtc_driver_initialize();
|
||||
@@ -128,6 +129,7 @@ int rx65n_bringup(void)
|
||||
}
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#ifdef CONFIG_RX65N_SBRAM
|
||||
/* Initialize standby RAM */
|
||||
|
||||
Reference in New Issue
Block a user