Remove dependency on the "bc" command line calculator tool in the bootloaders to...
[pub/USBasp.git] / Projects / TempDataLogger / Config / AppConfig.h
index 155a76e..a2f96fe 100644 (file)
@@ -18,7 +18,7 @@
   advertising or publicity pertaining to distribution of the
   software without specific, written prior permission.
 
   advertising or publicity pertaining to distribution of the
   software without specific, written prior permission.
 
-  The author disclaim all warranties with regard to this
+  The author disclaims all warranties with regard to this
   software, including all implied warranties of merchantability
   and fitness.  In no event shall the author be liable for any
   special, indirect or consequential damages or any damages
   software, including all implied warranties of merchantability
   and fitness.  In no event shall the author be liable for any
   special, indirect or consequential damages or any damages
 /** \file
  *  \brief Application Configuration Header File
  *
 /** \file
  *  \brief Application Configuration Header File
  *
- *  This is a header file which is be used to configure LUFA's
- *  compile time options, as an alternative to the compile time
- *  constants supplied through a makefile.
+ *  This is a header file which is be used to configure some of
+ *  the application's compile time options, as an alternative to
+ *  specifying the compile time constants supplied through a 
+ *  makefile or build system.
  *
  *  For information on what each token does, refer to the 
  *  \ref Sec_Options section of the application documentation.
  *
  *  For information on what each token does, refer to the 
  *  \ref Sec_Options section of the application documentation.