Small compilation issue when selecting localtime, this patch adds the correct ifdef.
This commit is contained in:
parent
05d16f15da
commit
b73a7515b6
|
@ -70,7 +70,7 @@
|
||||||
* Private Data
|
* Private Data
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
#ifdef CONFIG_TIME_EXTENDED
|
#if defined(CONFIG_LIBC_LOCALTIME) || defined(CONFIG_TIME_EXTENDED)
|
||||||
static const char * const g_abbrev_wdayname[7] =
|
static const char * const g_abbrev_wdayname[7] =
|
||||||
{
|
{
|
||||||
"Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"
|
"Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"
|
||||||
|
|
Loading…
Reference in New Issue