mirror of
https://github.com/apache/nuttx.git
synced 2026-05-24 16:11:56 +08:00
Update some comments
This commit is contained in:
@@ -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
|
||||
****************************************************************************/
|
||||
|
||||
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user