drivers/sensor: Clean unused axis structures

axis1bit16 and axis3bit16 unions are no longer used
and can be deleted from all .h files that are referencing
them.

Signed-off-by: Armando Visconti <armando.visconti@st.com>
This commit is contained in:
Armando Visconti 2021-06-14 18:30:47 +02:00 committed by Carles Cufí
commit 098a5f51aa
6 changed files with 0 additions and 40 deletions

View file

@ -17,11 +17,6 @@
#include <drivers/sensor.h>
#include "lis2dw12_reg.h"
union axis3bit16_t {
int16_t i16bit[3];
uint8_t u8bit[6];
};
#if defined(CONFIG_LIS2DW12_ODR_1_6)
#define LIS2DW12_DEFAULT_ODR LIS2DW12_XL_ODR_1Hz6_LP_ONLY
#elif defined(CONFIG_LIS2DW12_ODR_12_5)