mirror of
https://github.com/apache/nuttx.git
synced 2026-05-29 04:19:37 +08:00
CONFIG_START_YEAR/MONTH/DAY not required if an RTC is used
This commit is contained in:
@@ -106,6 +106,8 @@ config JULIAN_TIME
|
|||||||
---help---
|
---help---
|
||||||
Enables Julian time conversions
|
Enables Julian time conversions
|
||||||
|
|
||||||
|
if !RTC
|
||||||
|
|
||||||
config START_YEAR
|
config START_YEAR
|
||||||
int "Start year"
|
int "Start year"
|
||||||
default 2014
|
default 2014
|
||||||
@@ -118,6 +120,8 @@ config START_DAY
|
|||||||
int "Start day"
|
int "Start day"
|
||||||
default 1
|
default 1
|
||||||
|
|
||||||
|
endif # !RTC
|
||||||
|
|
||||||
config MAX_WDOGPARMS
|
config MAX_WDOGPARMS
|
||||||
int "Maximum number of watchdog parameters"
|
int "Maximum number of watchdog parameters"
|
||||||
default 4
|
default 4
|
||||||
|
|||||||
Reference in New Issue
Block a user