Update some comments
This commit is contained in:
parent
fc5fca5145
commit
47ebe1e320
2 changed files with 10 additions and 1 deletions
|
@ -163,6 +163,15 @@ EXTERN uint32_t g_oneshot_maxticks;
|
|||
EXTERN volatile bool g_rtc_enabled;
|
||||
#endif
|
||||
|
||||
#ifdef CONFIG_ARCH_MINIMAL_VECTORTABLE
|
||||
/* This is the interrupt vector mapping table. This must be provided by
|
||||
* architecture specific logic if CONFIG_ARCH_MINIMAL_VECTORTABLE is define
|
||||
* in the configuration. See declaration in include/nuttx/irq.h
|
||||
*/
|
||||
|
||||
/* EXTERN const irq_mapped_t g_irqmap[NR_IRQS]; */
|
||||
#endif
|
||||
|
||||
/****************************************************************************
|
||||
* Public Function Prototypes
|
||||
****************************************************************************/
|
||||
|
|
|
@ -186,7 +186,7 @@ config JULIAN_TIME
|
|||
|
||||
config START_YEAR
|
||||
int "Start year"
|
||||
default 2016
|
||||
default 2017
|
||||
range 1970 2106
|
||||
---help---
|
||||
NuttX uses an unsigned 32-bit integer for time_t which provides a
|
||||
|
|
Loading…
Reference in a new issue