aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/TempDataLogger/Config
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2013-07-20 10:35:28 +0200
committerDean Camera <dean@fourwalledcubicle.com>2013-07-20 10:35:28 +0200
commitb4af3f1fc9513d9f89df71c334862d5101807334 (patch)
tree3219bdec774d11c8fcdf33092fcd15a0e119ce84 /Projects/TempDataLogger/Config
parentfc61e88a8d7fa209da63342be50faa507c393571 (diff)
downloadlufa-b4af3f1fc9513d9f89df71c334862d5101807334.tar.gz
lufa-b4af3f1fc9513d9f89df71c334862d5101807334.tar.bz2
lufa-b4af3f1fc9513d9f89df71c334862d5101807334.zip
Add volatile software RTC to the TempDataLogger application if the dummy RTC mode is enabled.
Diffstat (limited to 'Projects/TempDataLogger/Config')
-rw-r--r--Projects/TempDataLogger/Config/AppConfig.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/Projects/TempDataLogger/Config/AppConfig.h b/Projects/TempDataLogger/Config/AppConfig.h
index d457081ae..6806613df 100644
--- a/Projects/TempDataLogger/Config/AppConfig.h
+++ b/Projects/TempDataLogger/Config/AppConfig.h
@@ -33,16 +33,16 @@
*
* 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
+ * specifying the compile time constants supplied through a
* makefile or build system.
*
- * For information on what each token does, refer to the
+ * For information on what each token does, refer to the
* \ref Sec_Options section of the application documentation.
*/
#ifndef _APP_CONFIG_H_
#define _APP_CONFIG_H_
-// #define DUMMY_RTC
+ #define DUMMY_RTC
-#endif \ No newline at end of file
+#endif