diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2012-05-12 15:32:53 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2012-05-12 15:32:53 +0000 |
commit | 802910d49f2ac175b06a8ebfbcb61551a171b85a (patch) | |
tree | 4be04602f6fb93fa55c506e8407b0e3993556cac /Projects/TempDataLogger/Config | |
parent | 33d9a75b0332ded9cebc1388a800922ebe1c3dbe (diff) | |
download | lufa-802910d49f2ac175b06a8ebfbcb61551a171b85a.tar.gz lufa-802910d49f2ac175b06a8ebfbcb61551a171b85a.tar.bz2 lufa-802910d49f2ac175b06a8ebfbcb61551a171b85a.zip |
AppConfigHeaders: Update several additional user projects to use configuration header files, rather than makefile defines. Remove compile time warnings for projects lacking device serial support, remove incomplete StandaloneProgrammer project.
Diffstat (limited to 'Projects/TempDataLogger/Config')
-rw-r--r-- | Projects/TempDataLogger/Config/AppConfig.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Projects/TempDataLogger/Config/AppConfig.h b/Projects/TempDataLogger/Config/AppConfig.h index 155a76e05..86f148f0e 100644 --- a/Projects/TempDataLogger/Config/AppConfig.h +++ b/Projects/TempDataLogger/Config/AppConfig.h @@ -31,9 +31,10 @@ /** \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. |