diff options
Diffstat (limited to 'apps/plugins/battery_test.c')
-rw-r--r-- | apps/plugins/battery_test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/battery_test.c b/apps/plugins/battery_test.c index adb1a2d86e..31ae801934 100644 --- a/apps/plugins/battery_test.c +++ b/apps/plugins/battery_test.c | |||
@@ -87,7 +87,7 @@ enum plugin_status loop(void) | |||
87 | rb->splash(HZ, true, "Failed creating /battery.log"); | 87 | rb->splash(HZ, true, "Failed creating /battery.log"); |
88 | break; | 88 | break; |
89 | } | 89 | } |
90 | #ifdef HAVE_RTC | 90 | #ifdef CONFIG_RTC |
91 | t = rb->get_time(); | 91 | t = rb->get_time(); |
92 | #else | 92 | #else |
93 | { | 93 | { |