Fix a couple of typos in recent commit. Found by David Sidrane
This commit is contained in:
parent
3346dfc2d0
commit
60bdc27d25
@ -300,7 +300,7 @@ int mkfatfs(FAR const char *pathname, FAR struct fat_format_s *fmt)
|
||||
|
||||
#ifdef CONFIG_FAT_DMAMEMORY
|
||||
var.fv_sect = (uint8_t*)fat_dma_alloc(var.fv_sectorsize);
|
||||
+#else
|
||||
#else
|
||||
var.fv_sect = (uint8_t*)kmm_malloc(var.fv_sectorsize);
|
||||
#endif
|
||||
|
||||
|
@ -171,7 +171,7 @@ extern "C"
|
||||
/* daylight - Daylight savings time flag */
|
||||
/* EXTERN int daylight; not supported */
|
||||
|
||||
/* timezone - Difference from UTC and local standard time
|
||||
/* timezone - Difference from UTC and local standard time */
|
||||
/* EXTERN long int timezone; not supported */
|
||||
|
||||
/* tzname[] - Timezone strings */
|
||||
|
Loading…
Reference in New Issue
Block a user