diff options
| author | jacqueline <me@jacqueline.id.au> | 2023-01-21 19:02:28 +1100 |
|---|---|---|
| committer | jacqueline <me@jacqueline.id.au> | 2023-01-21 19:02:28 +1100 |
| commit | 0560fa7f10e0cbeae07b861bb03419377219aac0 (patch) | |
| tree | 77cc6c5e65805b5ad340f92c451615787ba020df /src/main | |
| parent | 8ed3d7e31f8b16a24593c01a480b19b14a513b48 (diff) | |
| download | tangara-fw-0560fa7f10e0cbeae07b861bb03419377219aac0.tar.gz | |
clang-format
Diffstat (limited to 'src/main')
| -rw-r--r-- | src/main/main.cpp | 2 |
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); |
