From e56c71555a9ff11de6899df09208033953558b49 Mon Sep 17 00:00:00 2001 From: Myers-Ty Date: Thu, 5 Dec 2024 20:45:00 -0500 Subject: [PATCH] Clang format --- Core/Inc/msb.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Core/Inc/msb.h b/Core/Inc/msb.h index 836919a..9435f15 100644 --- a/Core/Inc/msb.h +++ b/Core/Inc/msb.h @@ -33,7 +33,8 @@ int8_t debug2_write(bool status); int8_t vcc5_en_write(bool status); -int32_t imu_data_get(stmdev_ctx_t *ctx, stmdev_ctx_t *aux_ctx, lsm6dso_md_t *imu_md_temp, lsm6dso_data_t *imu_data_temp); +int32_t imu_data_get(stmdev_ctx_t *ctx, stmdev_ctx_t *aux_ctx, + lsm6dso_md_t *imu_md_temp, lsm6dso_data_t *imu_data_temp); #ifdef SENSOR_SHOCKPOT void shockpot_read(uint32_t shockpot_sense);