mirror of
https://github.com/apache/nuttx.git
synced 2026-05-21 21:34:07 +08:00
Kconfig change for improved usability
This commit is contained in:
+1
-1
Submodule Documentation updated: 35cdfcd8fa...7d0cbe27b2
+1
-1
Submodule configs updated: 60a36debd0...dbc1711c26
@@ -137,8 +137,8 @@ config RTC_DSXXXX
|
||||
default n
|
||||
select I2C
|
||||
select I2C_TRANSFER
|
||||
select RTC_EXTERNAL
|
||||
select RTC_DATETIME
|
||||
depends on RTC_EXTERNAL
|
||||
---help---
|
||||
Enables support for the Maxim Integrated DS3231 I2C RTC timer.
|
||||
|
||||
@@ -190,8 +190,8 @@ config RTC_PCF85263
|
||||
default n
|
||||
select I2C
|
||||
select I2C_TRANSFER
|
||||
select RTC_EXTERNAL
|
||||
select RTC_DATETIME
|
||||
depends on RTC_EXTERNAL
|
||||
---help---
|
||||
Enables support for the Maxim Integrated DS3231 I2C RTC timer.
|
||||
|
||||
|
||||
+1
-1
@@ -770,7 +770,7 @@ struct fat_file_s
|
||||
uint8_t *ff_buffer; /* File buffer (for partial sector accesses) */
|
||||
};
|
||||
|
||||
/* This structure holds the sequency of directory entries used by one
|
||||
/* This structure holds the sequence of directory entries used by one
|
||||
* file element (directory or file). For short file names, this is
|
||||
* single diretory entry. But for long file names, the is a sequence
|
||||
* of directory entries. Long directory name entries appear in reverse
|
||||
|
||||
Reference in New Issue
Block a user