Skip to content
Snippets Groups Projects
Commit 47ebe1e3 authored by Gregory Nutt's avatar Gregory Nutt
Browse files

Update some comments

parent fc5fca51
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment