forked from poelzi/OpenChronos
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.h
More file actions
31 lines (28 loc) · 740 Bytes
/
Copy pathconfig.h
File metadata and controls
31 lines (28 loc) · 740 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
// !!!! DO NOT EDIT !!!, use: make config
#ifndef _CONFIG_H_
#define _CONFIG_H_
#define CONFIG_FREQUENCY 902
#define OPTION_TIME_DISPLAY 0
// CONFIG_METRIC_ONLY is not set
#ifndef THIS_DEVICE_ADDRESS
#define THIS_DEVICE_ADDRESS {0xed,0xc0,0xbb,0x25}
#endif // THIS_DEVICE_ADDRESS
// USE_LCD_CHARGE_PUMP is not set
#define USE_WATCHDOG
// DEBUG is not set
#define CONFIG_DAY_OF_WEEK
#define CONFIG_TEST
// CONFIG_EGGTIMER is not set
// CONFIG_PHASE_CLOCK is not set
#define CONFIG_ALTITUDE
// CONFIG_VARIO is not set
// CONFIG_PROUT is not set
#define CONFIG_ACCEL
#define CONFIG_ALARM
#define CONFIG_BATTERY
#define CONFIG_CLOCK
#define CONFIG_DATE
#define CONFIG_RFBSL
#define CONFIG_STOP_WATCH
#define CONFIG_TEMP
#endif // _CONFIG_H_