diff options
| author | jacqueline <me@jacqueline.id.au> | 2022-10-12 16:46:06 +1100 |
|---|---|---|
| committer | jacqueline <me@jacqueline.id.au> | 2022-10-12 16:46:06 +1100 |
| commit | 7e9a7393bbcce1395c185a78c1d97abe45d4f11a (patch) | |
| tree | 9a05090acbf5034a887cbbd724fdc20b6c1e0adb /main/battery.cpp | |
| parent | a495c5f0d06be59da2fc4c0fda71b84a56104bb1 (diff) | |
| download | tangara-fw-7e9a7393bbcce1395c185a78c1d97abe45d4f11a.tar.gz | |
use hpp instead of h
Diffstat (limited to 'main/battery.cpp')
| -rw-r--r-- | main/battery.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/battery.cpp b/main/battery.cpp index d175ab67..66c96daf 100644 --- a/main/battery.cpp +++ b/main/battery.cpp @@ -1,4 +1,4 @@ -#include "battery.h" +#include "battery.hpp" #include "driver/adc.h" #include "esp_adc_cal.h" |
