Add volatile software RTC to the TempDataLogger application if the dummy RTC mode is enabled.
This commit is contained in:
parent
fc61e88a8d
commit
b4af3f1fc9
7 changed files with 116 additions and 31 deletions
|
@ -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
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue