Skip to content

Commit a69e54b

Browse files
committed
fixes
1 parent fffb576 commit a69e54b

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

Sensor_Nodes/Core/User/Src/FEB_MMeter.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
#include "stm32f4xx_hal_def.h"
44
#include <stdio.h>
55
#include <string.h>
6-
#include <FEB_MAIN.h>
76
#include "FEB_Main.h"
87
#include <FEB_IMU.h>
98

Sensor_Nodes/Core/User/Src/lsm6dsox_reg.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13852,7 +13852,7 @@ int32_t lsm6dsox_mode_get(const stmdev_ctx_t *ctx, stmdev_ctx_t *aux_ctx, lsm6ds
1385213852
*/
1385313853
int32_t lsm6dsox_data_get(const stmdev_ctx_t *ctx, stmdev_ctx_t *aux_ctx, lsm6dsox_md_t *md, lsm6dsox_data_t *data)
1385413854
{
13855-
uint8_t buff[14];
13855+
uint8_t buff[14] = {0};
1385613856
int32_t ret;
1385713857

1385813858
uint8_t i;

0 commit comments

Comments
 (0)