summaryrefslogtreecommitdiff
path: root/chip/stm32
diff options
context:
space:
mode:
authorJack Rosenthal <jrosenth@chromium.org>2022-06-27 14:26:43 -0600
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2022-06-29 07:41:38 +0000
commit6f1983455d9466616edd6909cb7a0c8ec61a7bdd (patch)
tree5f46c86c1baebc6860e3cf6cde1d9d9711c1076a /chip/stm32
parent5d84dcdacb6ad0e905cc79eabdb4c194858b61f7 (diff)
downloadchrome-ec-6f1983455d9466616edd6909cb7a0c8ec61a7bdd.tar.gz
chip/stm32/adc_chip.h: Format with clang-format
BUG=b:236386294 BRANCH=none TEST=none Change-Id: I4413610e683243205cf3404d3e4f5cecf558ec7b Signed-off-by: Jack Rosenthal <jrosenth@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3729455 Reviewed-by: Jeremy Bettis <jbettis@chromium.org>
Diffstat (limited to 'chip/stm32')
-rw-r--r--chip/stm32/adc_chip.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chip/stm32/adc_chip.h b/chip/stm32/adc_chip.h
index 7e3c688c14..6e5ca3d824 100644
--- a/chip/stm32/adc_chip.h
+++ b/chip/stm32/adc_chip.h
@@ -48,7 +48,7 @@ struct adc_t {
#endif
#if defined(CHIP_FAMILY_STM32F0) || defined(CHIP_FAMILY_STM32L4)
- enum stm32_adc_smpr sample_rate; /* Sampling Rate of the channel */
+ enum stm32_adc_smpr sample_rate; /* Sampling Rate of the channel */
#endif
};