diff options
Diffstat (limited to 'src/drivers/battery.cpp')
| -rw-r--r-- | src/drivers/battery.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/drivers/battery.cpp b/src/drivers/battery.cpp index 66c96daf..b3341eab 100644 --- a/src/drivers/battery.cpp +++ b/src/drivers/battery.cpp @@ -4,7 +4,7 @@ #include "esp_adc_cal.h" #include "hal/adc_types.h" -namespace gay_ipod { +namespace drivers { static esp_adc_cal_characteristics_t calibration; @@ -28,4 +28,4 @@ uint32_t read_battery_voltage(void) { return esp_adc_cal_raw_to_voltage(raw, &calibration); } -} // namespace gay_ipod +} // namespace drivers |
