diff options
Diffstat (limited to 'keyboards/hhkb/rn42/battery.h')
-rw-r--r-- | keyboards/hhkb/rn42/battery.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/keyboards/hhkb/rn42/battery.h b/keyboards/hhkb/rn42/battery.h index 180d4dcfa..c7f96d09a 100644 --- a/keyboards/hhkb/rn42/battery.h +++ b/keyboards/hhkb/rn42/battery.h | |||
@@ -1,5 +1,4 @@ | |||
1 | #ifndef POWER_H | 1 | #pragma once |
2 | #define POWER_H | ||
3 | 2 | ||
4 | #include <stdint.h> | 3 | #include <stdint.h> |
5 | #include <stdbool.h> | 4 | #include <stdbool.h> |
@@ -31,5 +30,3 @@ battery_status_t battery_status(void); | |||
31 | // ADC offset:16, resolution:5mV | 30 | // ADC offset:16, resolution:5mV |
32 | #define BATTERY_ADC_OFFSET 16 | 31 | #define BATTERY_ADC_OFFSET 16 |
33 | #define BATTERY_ADC_RESOLUTION 5 | 32 | #define BATTERY_ADC_RESOLUTION 5 |
34 | |||
35 | #endif | ||