mirror of
https://github.com/apache/nuttx.git
synced 2026-09-03 07:33:00 +00:00
Fix AVR warnings; FAT FS needs to use off_t instead of size_t
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3728 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
parent
d2e6c90e91
commit
765ee0f81d
1 changed files with 1 additions and 1 deletions
|
|
@ -274,7 +274,7 @@ CONFIG_START_DAY=17
|
|||
CONFIG_GREGORIAN_TIME=n
|
||||
CONFIG_JULIAN_TIME=n
|
||||
CONFIG_DEV_CONSOLE=y
|
||||
CONFIG_DEV_LOWCONSOLE=n
|
||||
CONFIG_DEV_LOWCONSOLE=y
|
||||
CONFIG_MUTEX_TYPES=n
|
||||
CONFIG_PRIORITY_INHERITANCE=n
|
||||
CONFIG_SEM_PREALLOCHOLDERS=0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue