summaryrefslogtreecommitdiffstats
path: root/nuttx/configs/teensy
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2011-06-20 20:54:45 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2011-06-20 20:54:45 +0000
commit2636773f86da7c0a68e9eb13f0e5aa8b9bf748ec (patch)
tree65e2d9fba872a4c59786de4c1a478b77767c5bcf /nuttx/configs/teensy
parent5474d46af489e67aae17ddcd0c538eedc888fa8e (diff)
Fix AVR warnings; FAT FS needs to use off_t instead of size_t
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@3728 7fd9a85b-ad96-42d3-883c-3090e2eb8679
Diffstat (limited to 'nuttx/configs/teensy')
-rwxr-xr-xnuttx/configs/teensy/usbstorage/defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/configs/teensy/usbstorage/defconfig b/nuttx/configs/teensy/usbstorage/defconfig
index 14412850e0..7034c66220 100755
--- a/nuttx/configs/teensy/usbstorage/defconfig
+++ b/nuttx/configs/teensy/usbstorage/defconfig
@@ -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