summaryrefslogtreecommitdiff
path: root/src/main/main.cpp
diff options
context:
space:
mode:
authorjacqueline <me@jacqueline.id.au>2023-01-21 19:02:28 +1100
committerjacqueline <me@jacqueline.id.au>2023-01-21 19:02:28 +1100
commit0560fa7f10e0cbeae07b861bb03419377219aac0 (patch)
tree77cc6c5e65805b5ad340f92c451615787ba020df /src/main/main.cpp
parent8ed3d7e31f8b16a24593c01a480b19b14a513b48 (diff)
downloadtangara-fw-0560fa7f10e0cbeae07b861bb03419377219aac0.tar.gz
clang-format
Diffstat (limited to 'src/main/main.cpp')
-rw-r--r--src/main/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/main.cpp b/src/main/main.cpp
index 82a51b8d..f2dd0d1a 100644
--- a/src/main/main.cpp
+++ b/src/main/main.cpp
@@ -106,7 +106,7 @@ extern "C" void app_main(void) {
ESP_LOGI(TAG, "Init battery measurement");
drivers::Battery* battery = new drivers::Battery();
- ESP_LOGI(TAG, "it's reading %d mV!", (int) battery->Millivolts());
+ ESP_LOGI(TAG, "it's reading %d mV!", (int)battery->Millivolts());
ESP_LOGI(TAG, "Init SD card");
auto storage_res = drivers::SdStorage::create(expander);