X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/6b5e684c77e5fa855b609d01e9a07fec296e9257..f4de17207ea6a28a6947ed6f3170b6689a2619d0:/Projects/TempDataLogger/TemperatureDataLogger.txt diff --git a/Projects/TempDataLogger/TemperatureDataLogger.txt b/Projects/TempDataLogger/TemperatureDataLogger.txt index d5a44ad6e..f15733850 100644 --- a/Projects/TempDataLogger/TemperatureDataLogger.txt +++ b/Projects/TempDataLogger/TemperatureDataLogger.txt @@ -59,8 +59,8 @@ * sampled data. This project will not function correctly if the RTC chip is omitted unless the DUMMY_RTC compile time token * is specified - see \ref SSec_Options. * - * Due to the host's need for exclusive access to the filesystem, the device will not log samples while connected to a host. - * For the logger to store data, the Dataflash must first be formatted by the host so that it contains a valid FAT filesystem. + * Due to the host's need for exclusive access to the file system, the device will not log samples while connected to a host. + * For the logger to store data, the Dataflash must first be formatted by the host so that it contains a valid FAT file system. * * This project uses the FatFS library from ELM Chan (http://elm-chan.org/fsw/ff/00index_e.html) and the .NET HID device library * LibHIDNet (http://sourceforge.net/projects/libhidnet/).